#788BCC

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

Shades of Wild Blue Yonder #788BCC

Tints of Wild Blue Yonder #788BCC

Color information

#788BCC (or 0x788BCC) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8B and CC. RGB value is (120,139,204). Sum of RGB (Red+Green+Blue) = 120+139+204=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #788BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BCC is #877433. Grayscale: #8C8C8C. Windows color (decimal): -8877108 or 13405048. OLE color: 13405048.

HSL color Cylindrical-coordinate representation of color #788BCC: hue angle of 226.43º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #788BCC is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB120139204-
CMYK0.410.3200.2
HSL226.43º45.16%63.53%-
HSV(B)226.43º41.18%80%-
XYZ27.8826.8260.83-
YUV140.73163.71113.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.92%
GREEN value IS 139 (54.69% from 255) = 30.02%
BLUE value IS 204 (80.08% from 255) = 44.06%
R=25.92%
G=30.02%
B=44.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1201392040.410.3200.2226.4345.1663.53
Hex788BCC2920014e22d40
Octal170213314514002434255100
Binary11110001000101111001100101001100000010100111000101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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