#888BBA

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

Shades of Wild Blue Yonder #888BBA

Tints of Wild Blue Yonder #888BBA

Color information

#888BBA (or 0x888BBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 88, 8B and BA. RGB value is (136,139,186). Sum of RGB (Red+Green+Blue) = 136+139+186=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #888BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BBA is #777445. Grayscale: #8F8F8F. Windows color (decimal): -7828550 or 12225416. OLE color: 12225416.

HSL color Cylindrical-coordinate representation of color #888BBA: hue angle of 236.4º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #888BBA is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136139186-
CMYK0.270.2500.27
HSL236.4º26.6%63.14%-
HSV(B)236.4º26.88%72.94%-
XYZ28.2527.2450.22-
YUV143.46152.01122.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.50%
GREEN value IS 139 (54.69% from 255) = 30.15%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=29.50%
G=30.15%
B=40.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361391860.270.2500.27236.426.663.14
Hex888BBA1B1901Bec1b3f
Octal21021327233310333543377
Binary10001000100010111011101011011110010110111110110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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