Html Css Color HEX #888BBA Wild Blue Yonder

📋 copy color: '#888BBA'

red 136 ◦ green 139 ◦ blue 186

#888BBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #888BBA

Tints of Wild Blue Yonder #888BBA

RGB

 RED value IS 136 (53.52% from 255) = 29.5%

 GREEN value IS 139 (54.69% from 255) = 30.15%

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 29.5%
G = 30.15%
B = 40.35%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#888BBA (or 0x888BBA) is known color: 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

RGB 136 139 186 -
CMYK 0.27 0.25 0 0.27
HSL 236.4º 0.27% 0.63% -
HSV(B) 236.4º 0.27% 0.73% -
XYZ 28.25 27.24 50.22 -
YUV 143.46 152.01 122.68 -
System Red Green Blue C M Y K H S L
Decimal 136 139 186 0.27 0.25 0 0.27 236.4 0.27 0.63
Hex 88 8B BA 1B 19 0 1B EC 1B 3F
Octal 210 213 272 33 31 0 33 354 33 77
Binary 10001000 10001011 10111010 11011 11001 0 11011 11101100 11011 111111

Color Harmonies of #888BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888BBA

Black with #888BBA

Text Example


Text Example

White with #888BBA

Text Example


Text Example

HTML Codes & Css Web 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>