#7886BB

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

Shades of Wild Blue Yonder #7886BB

Tints of Wild Blue Yonder #7886BB

Color information

#7886BB (or 0x7886BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 86 and BB. RGB value is (120,134,187). Sum of RGB (Red+Green+Blue) = 120+134+187=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #7886BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7886BB is #877944. Grayscale: #878787. Windows color (decimal): -8878405 or 12289656. OLE color: 12289656.

HSL color Cylindrical-coordinate representation of color #7886BB: hue angle of 227.46º 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 #7886BB is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120134187-
CMYK0.360.2800.27
HSL227.46º33%60.2%-
HSV(B)227.46º35.83%73.33%-
XYZ25.2424.6350.44-
YUV135.86156.86116.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.21%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=27.21%
G=30.39%
B=42.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201341870.360.2800.27227.463360.2
Hex7886BB241C01Be3213c
Octal17020627344340333434174
Binary111100010000110101110111001001110001101111100011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7886BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7886BB; }

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

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

<style>
 a { background-color: #7886BB; }

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

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

<style>
 span { border-color: #7886BB; }

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

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