#788DCB

Color #788DCB Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #788DCB

Tints of Wild Blue Yonder #788DCB

Color information

#788DCB (or 0x788DCB) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8D and CB. RGB value is (120,141,203). Sum of RGB (Red+Green+Blue) = 120+141+203=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #788DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788DCB is #877234. Grayscale: #8D8D8D. Windows color (decimal): -8876597 or 13340024. OLE color: 13340024.

HSL color Cylindrical-coordinate representation of color #788DCB: hue angle of 224.82º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #788DCB is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120141203-
CMYK0.410.3100.20
HSL224.82º44.39%63.33%-
HSV(B)224.82º40.89%79.61%-
XYZ28.0527.3560.3-
YUV141.79162.54112.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.86%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 203 (79.69% from 255) = 43.75%
R=25.86%
G=30.39%
B=43.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201412030.410.3100.20224.8244.3963.33
Hex788DCB291F014e12c3f
Octal17021531351370243415477
Binary111100010001101110010111010011111101010011100001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,141,203); }

 H1.HeaderClassName
 {
   color: #788DCB;
 }
 .AnyTagClassName
 {
   color: #788DCB;
 }
</style>
background-color css

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

 a { background-color: rgb(120,141,203); }

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

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

 span { border-color: rgb(120,141,203); }

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