#788BBF

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

Shades of Wild Blue Yonder #788BBF

Tints of Wild Blue Yonder #788BBF

Color information

#788BBF (or 0x788BBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8B and BF. RGB value is (120,139,191). Sum of RGB (Red+Green+Blue) = 120+139+191=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #788BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BBF is #877440. Grayscale: #8B8B8B. Windows color (decimal): -8877121 or 12553080. OLE color: 12553080.

HSL color Cylindrical-coordinate representation of color #788BBF: hue angle of 223.94º degrees, saturation: 0.36, 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 #788BBF is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120139191-
CMYK0.370.2700.25
HSL223.94º35.68%60.98%-
HSV(B)223.94º37.17%74.9%-
XYZ26.3826.2252.96-
YUV139.25157.21114.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.67%
GREEN value IS 139 (54.69% from 255) = 30.89%
BLUE value IS 191 (75% from 255) = 42.44%
R=26.67%
G=30.89%
B=42.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201391910.370.2700.25223.9435.6860.98
Hex788BBF251B019e0243d
Octal17021327745330313404475
Binary111100010001011101111111001011101101100111100000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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