#788CB5

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

Shades of Wild Blue Yonder #788CB5

Tints of Wild Blue Yonder #788CB5

Color information

#788CB5 (or 0x788CB5) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8C and B5. RGB value is (120,140,181). Sum of RGB (Red+Green+Blue) = 120+140+181=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 181 - color contains mainly: blue. Hex color #788CB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CB5 is #87734A. Grayscale: #8A8A8A. Windows color (decimal): -8876875 or 11897976. OLE color: 11897976.

HSL color Cylindrical-coordinate representation of color #788CB5: hue angle of 220.33º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #788CB5 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB120140181-
CMYK0.340.2300.29
HSL220.33º29.19%59.02%-
HSV(B)220.33º33.7%70.98%-
XYZ25.4626.0947.41-
YUV138.69151.87114.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.21%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 181 (71.09% from 255) = 41.04%
R=27.21%
G=31.75%
B=41.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201401810.340.2300.29220.3329.1959.02
Hex788CB5221701Ddc1d3b
Octal17021426542270353343573
Binary11110001000110010110101100010101110111011101110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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