#888DBA

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

Shades of Wild Blue Yonder #888DBA

Tints of Wild Blue Yonder #888DBA

Color information

#888DBA (or 0x888DBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 88, 8D and BA. RGB value is (136,141,186). Sum of RGB (Red+Green+Blue) = 136+141+186=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #888DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888DBA is #777245. Grayscale: #909090. Windows color (decimal): -7828038 or 12225928. OLE color: 12225928.

HSL color Cylindrical-coordinate representation of color #888DBA: hue angle of 234º 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 #888DBA is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136141186-
CMYK0.270.2400.27
HSL234º26.6%63.14%-
HSV(B)234º26.88%72.94%-
XYZ28.5427.8350.32-
YUV144.64151.34121.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.37%
GREEN value IS 141 (55.47% from 255) = 30.45%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=29.37%
G=30.45%
B=40.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361411860.270.2400.2723426.663.14
Hex888DBA1B1801Bea1b3f
Octal21021527233300333523377
Binary10001000100011011011101011011110000110111110101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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