Html Css Color HEX #888ABD Wild Blue Yonder

📋 copy color: '#888ABD'

red 136 ◦ green 138 ◦ blue 189

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

Shades of Wild Blue Yonder #888ABD

Tints of Wild Blue Yonder #888ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.82%

R = 29.37%
G = 29.81%
B = 40.82%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#888ABD (or 0x888ABD) is known color: Wild Blue Yonder. HEX triplet: 88, 8A and BD. RGB value is (136,138,189). Sum of RGB (Red+Green+Blue) = 136+138+189=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #888ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888ABD is #777542. Grayscale: #8F8F8F. Windows color (decimal): -7828803 or 12421768. OLE color: 12421768.

HSL color Cylindrical-coordinate representation of color #888ABD: hue angle of 237.74º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #888ABD is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 138 189 -
CMYK 0.28 0.27 0 0.26
HSL 237.74º 0.29% 0.64% -
HSV(B) 237.74º 0.28% 0.74% -
XYZ 28.43 27.09 51.87 -
YUV 143.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 136 138 189 0.28 0.27 0 0.26 237.74 0.29 0.64
Hex 88 8A BD 1C 1B 0 1A EE 1D 40
Octal 210 212 275 34 33 0 32 356 35 100
Binary 10001000 10001010 10111101 11100 11011 0 11010 11101110 11101 1000000

Color Harmonies of #888ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888ABD

Black with #888ABD

Text Example


Text Example

White with #888ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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