#788FBA

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

Shades of Wild Blue Yonder #788FBA

Tints of Wild Blue Yonder #788FBA

Color information

#788FBA (or 0x788FBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8F and BA. RGB value is (120,143,186). Sum of RGB (Red+Green+Blue) = 120+143+186=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #788FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FBA is #877045. Grayscale: #8C8C8C. Windows color (decimal): -8876102 or 12226424. OLE color: 12226424.

HSL color Cylindrical-coordinate representation of color #788FBA: hue angle of 219.09º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #788FBA is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120143186-
CMYK0.350.2300.27
HSL219.09º32.35%60%-
HSV(B)219.09º35.48%72.94%-
XYZ26.4327.1850.31-
YUV141.02153.38113-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.73%
GREEN value IS 143 (56.25% from 255) = 31.85%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=26.73%
G=31.85%
B=41.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201431860.350.2300.27219.0932.3560
Hex788FBA231701Bdb203c
Octal17021727243270333334074
Binary111100010001111101110101000111011101101111011011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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