#788BBB

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

Shades of Wild Blue Yonder #788BBB

Tints of Wild Blue Yonder #788BBB

Color information

#788BBB (or 0x788BBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 8B and BB. RGB value is (120,139,187). Sum of RGB (Red+Green+Blue) = 120+139+187=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #788BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BBB is #877444. Grayscale: #8A8A8A. Windows color (decimal): -8877125 or 12290936. OLE color: 12290936.

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

Color convert

RGB120139187-
CMYK0.360.2600.27
HSL222.99º33%60.2%-
HSV(B)222.99º35.83%73.33%-
XYZ25.9526.0550.67-
YUV138.79155.21114.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.91%
GREEN value IS 139 (54.69% from 255) = 31.17%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=26.91%
G=31.17%
B=41.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201391870.360.2600.27222.993360.2
Hex788BBB241A01Bdf213c
Octal17021327344320333374174
Binary111100010001011101110111001001101001101111011111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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