#788BBA

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

Shades of Wild Blue Yonder #788BBA

Tints of Wild Blue Yonder #788BBA

Color information

#788BBA (or 0x788BBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8B and BA. RGB value is (120,139,186). Sum of RGB (Red+Green+Blue) = 120+139+186=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #788BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BBA is #877445. Grayscale: #8A8A8A. Windows color (decimal): -8877126 or 12225400. OLE color: 12225400.

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

Color convert

RGB120139186-
CMYK0.350.2500.27
HSL222.73º32.35%60%-
HSV(B)222.73º35.48%72.94%-
XYZ25.842650.11-
YUV138.68154.71114.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.97%
GREEN value IS 139 (54.69% from 255) = 31.24%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=26.97%
G=31.24%
B=41.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201391860.350.2500.27222.7332.3560
Hex788BBA231901Bdf203c
Octal17021327243310333374074
Binary111100010001011101110101000111100101101111011111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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