Html Css Color HEX #788BC6 Wild Blue Yonder

📋 copy color: '#788BC6'

red 120 ◦ green 139 ◦ blue 198

#788BC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #788BC6

Tints of Wild Blue Yonder #788BC6

RGB

 RED value IS 120 (47.27% from 255) = 26.26%

 GREEN value IS 139 (54.69% from 255) = 30.42%

 BLUE value IS 198 (77.73% from 255) = 43.33%

R = 26.26%
G = 30.42%
B = 43.33%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#788BC6 (or 0x788BC6) is known color: Wild Blue Yonder. HEX triplet: 78, 8B and C6. RGB value is (120,139,198). Sum of RGB (Red+Green+Blue) = 120+139+198=457 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.26% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #788BC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BC6 is #877439. Grayscale: #8B8B8B. Windows color (decimal): -8877114 or 13011832. OLE color: 13011832.

HSL color Cylindrical-coordinate representation of color #788BC6: hue angle of 225.38º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #788BC6 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 120 139 198 -
CMYK 0.39 0.30 0 0.22
HSL 225.38º 0.41% 0.62% -
HSV(B) 225.38º 0.39% 0.78% -
XYZ 27.17 26.54 57.12 -
YUV 140.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 120 139 198 0.39 0.30 0 0.22 225.38 0.41 0.62
Hex 78 8B C6 27 1E 0 16 E1 29 3E
Octal 170 213 306 47 36 0 26 341 51 76
Binary 1111000 10001011 11000110 100111 11110 0 10110 11100001 101001 111110

Color Harmonies of #788BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788BC6

Black with #788BC6

Text Example


Text Example

White with #788BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788BC6; }

 p { color: rgb(120,139,198); }

 H1.HeaderClassName
 {
   color: #788BC6;
 }
 .AnyTagClassName
 {
   color: #788BC6;
 }
</style>

background-color css

<style>
 a { background-color: #788BC6; }

 a { background-color: rgb(120,139,198); }

 div.DivClassName
 {
   background-color: #788BC6;
 }
 .BgClassName
 {
   background-color: #788BC6;
 }
</style>

border-color css

<style>
 span { border-color: #788BC6; }

 span { border-color: rgb(120,139,198); }

 td.TdClassName
 {
   border-color: #788BC6;
 }
 .TagClassName
 {
   border-color: #788BC6;
 }
</style>