#788FBD

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

Shades of Wild Blue Yonder #788FBD

Tints of Wild Blue Yonder #788FBD

Color information

#788FBD (or 0x788FBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8F and BD. RGB value is (120,143,189). Sum of RGB (Red+Green+Blue) = 120+143+189=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #788FBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FBD is #877042. Grayscale: #8D8D8D. Windows color (decimal): -8876099 or 12423032. OLE color: 12423032.

HSL color Cylindrical-coordinate representation of color #788FBD: hue angle of 220º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #788FBD is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB120143189-
CMYK0.370.2400.26
HSL220º34.33%60.59%-
HSV(B)220º36.51%74.12%-
XYZ26.7527.3152.01-
YUV141.37154.88112.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.55%
GREEN value IS 143 (56.25% from 255) = 31.64%
BLUE value IS 189 (74.22% from 255) = 41.81%
R=26.55%
G=31.64%
B=41.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201431890.370.2400.2622034.3360.59
Hex788FBD251801Adc223d
Octal17021727545300323344275
Binary111100010001111101111011001011100001101011011100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,143,189); }

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

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

 a { background-color: rgb(120,143,189); }

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

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

 span { border-color: rgb(120,143,189); }

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