Html Css Color HEX #888ABA Wild Blue Yonder

📋 copy color: '#888ABA'

red 136 ◦ green 138 ◦ blue 186

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

Shades of Wild Blue Yonder #888ABA

Tints of Wild Blue Yonder #888ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30%

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

R = 29.57%
G = 30%
B = 40.43%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#888ABA (or 0x888ABA) is known color: Wild Blue Yonder. HEX triplet: 88, 8A and BA. RGB value is (136,138,186). Sum of RGB (Red+Green+Blue) = 136+138+186=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #888ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888ABA is #777545. Grayscale: #8E8E8E. Windows color (decimal): -7828806 or 12225160. OLE color: 12225160.

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

Color convert

RGB 136 138 186 -
CMYK 0.27 0.26 0 0.27
HSL 237.6º 0.27% 0.63% -
HSV(B) 237.6º 0.27% 0.73% -
XYZ 28.1 26.96 50.18 -
YUV 142.87 152.34 123.1 -
System Red Green Blue C M Y K H S L
Decimal 136 138 186 0.27 0.26 0 0.27 237.6 0.27 0.63
Hex 88 8A BA 1B 1A 0 1B EE 1B 3F
Octal 210 212 272 33 32 0 33 356 33 77
Binary 10001000 10001010 10111010 11011 11010 0 11011 11101110 11011 111111

Color Harmonies of #888ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888ABA

Black with #888ABA

Text Example


Text Example

White with #888ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #888ABA;
 }
 .AnyTagClassName
 {
   color: #888ABA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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