#788EBE

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

Shades of Wild Blue Yonder #788EBE

Tints of Wild Blue Yonder #788EBE

Color information

#788EBE (or 0x788EBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8E and BE. RGB value is (120,142,190). Sum of RGB (Red+Green+Blue) = 120+142+190=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #788EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788EBE is #877141. Grayscale: #8C8C8C. Windows color (decimal): -8876354 or 12488312. OLE color: 12488312.

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

Color convert

RGB120142190-
CMYK0.370.2500.25
HSL221.14º35%60.78%-
HSV(B)221.14º36.84%74.51%-
XYZ26.7127.0652.53-
YUV140.89155.71113.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.55%
GREEN value IS 142 (55.86% from 255) = 31.42%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=26.55%
G=31.42%
B=42.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201421900.370.2500.25221.143560.78
Hex788EBE2519019dd233d
Octal17021627645310313354375
Binary111100010001110101111101001011100101100111011101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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