#788FBE

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

Shades of Wild Blue Yonder #788FBE

Tints of Wild Blue Yonder #788FBE

Color information

#788FBE (or 0x788FBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8F and BE. RGB value is (120,143,190). Sum of RGB (Red+Green+Blue) = 120+143+190=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #788FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FBE is #877041. Grayscale: #8D8D8D. Windows color (decimal): -8876098 or 12488568. OLE color: 12488568.

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

Color convert

RGB120143190-
CMYK0.370.2500.25
HSL220.29º35%60.78%-
HSV(B)220.29º36.84%74.51%-
XYZ26.8627.3652.58-
YUV141.48155.38112.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.49%
GREEN value IS 143 (56.25% from 255) = 31.57%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=26.49%
G=31.57%
B=41.94%

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
Decimal1201431900.370.2500.25220.293560.78
Hex788FBE2519019dc233d
Octal17021727645310313344375
Binary111100010001111101111101001011100101100111011100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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