Html Css Color HEX #788CC6 Wild Blue Yonder

📋 copy color: '#788CC6'

red 120 ◦ green 140 ◦ blue 198

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

Shades of Wild Blue Yonder #788CC6

Tints of Wild Blue Yonder #788CC6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.57%

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

R = 26.2%
G = 30.57%
B = 43.23%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#788CC6 (or 0x788CC6) is known color: Wild Blue Yonder. HEX triplet: 78, 8C and C6. RGB value is (120,140,198). Sum of RGB (Red+Green+Blue) = 120+140+198=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #788CC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CC6 is #877339. Grayscale: #8C8C8C. Windows color (decimal): -8876858 or 13012088. OLE color: 13012088.

HSL color Cylindrical-coordinate representation of color #788CC6: hue angle of 224.62º 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 #788CC6 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 120 140 198 -
CMYK 0.39 0.29 0 0.22
HSL 224.62º 0.41% 0.62% -
HSV(B) 224.62º 0.39% 0.78% -
XYZ 27.32 26.83 57.16 -
YUV 140.63 160.37 113.28 -
System Red Green Blue C M Y K H S L
Decimal 120 140 198 0.39 0.29 0 0.22 224.62 0.41 0.62
Hex 78 8C C6 27 1D 0 16 E1 29 3E
Octal 170 214 306 47 35 0 26 341 51 76
Binary 1111000 10001100 11000110 100111 11101 0 10110 11100001 101001 111110

Color Harmonies of #788CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788CC6

Black with #788CC6

Text Example


Text Example

White with #788CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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