Html Css Color HEX #788EC0 Wild Blue Yonder

📋 copy color: '#788EC0'

red 120 ◦ green 142 ◦ blue 192

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

Shades of Wild Blue Yonder #788EC0

Tints of Wild Blue Yonder #788EC0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.28%

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 26.43%
G = 31.28%
B = 42.29%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#788EC0 (or 0x788EC0) is known color: Wild Blue Yonder. HEX triplet: 78, 8E and C0. RGB value is (120,142,192). Sum of RGB (Red+Green+Blue) = 120+142+192=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #788EC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788EC0 is #87713F. Grayscale: #8C8C8C. Windows color (decimal): -8876352 or 12619384. OLE color: 12619384.

HSL color Cylindrical-coordinate representation of color #788EC0: hue angle of 221.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #788EC0 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 142 192 -
CMYK 0.38 0.26 0 0.25
HSL 221.67º 0.36% 0.61% -
HSV(B) 221.67º 0.38% 0.75% -
XYZ 26.93 27.14 53.69 -
YUV 141.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 120 142 192 0.38 0.26 0 0.25 221.67 0.36 0.61
Hex 78 8E C0 26 1A 0 19 DE 24 3D
Octal 170 216 300 46 32 0 31 336 44 75
Binary 1111000 10001110 11000000 100110 11010 0 11001 11011110 100100 111101

Color Harmonies of #788EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788EC0

Black with #788EC0

Text Example


Text Example

White with #788EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,142,192); }

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

background-color css

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

 a { background-color: rgb(120,142,192); }

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

border-color css

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

 span { border-color: rgb(120,142,192); }

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