Html Css Color HEX #888CBA Wild Blue Yonder

📋 copy color: '#888CBA'

red 136 ◦ green 140 ◦ blue 186

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

Shades of Wild Blue Yonder #888CBA

Tints of Wild Blue Yonder #888CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.3%

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

R = 29.44%
G = 30.3%
B = 40.26%

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

#888CBA (or 0x888CBA) is known color: Wild Blue Yonder. HEX triplet: 88, 8C and BA. RGB value is (136,140,186). Sum of RGB (Red+Green+Blue) = 136+140+186=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #888CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CBA is #777345. Grayscale: #8F8F8F. Windows color (decimal): -7828294 or 12225672. OLE color: 12225672.

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

Color convert

RGB 136 140 186 -
CMYK 0.27 0.25 0 0.27
HSL 235.2º 0.27% 0.63% -
HSV(B) 235.2º 0.27% 0.73% -
XYZ 28.39 27.54 50.27 -
YUV 144.05 151.67 122.26 -
System Red Green Blue C M Y K H S L
Decimal 136 140 186 0.27 0.25 0 0.27 235.2 0.27 0.63
Hex 88 8C BA 1B 19 0 1B EB 1B 3F
Octal 210 214 272 33 31 0 33 353 33 77
Binary 10001000 10001100 10111010 11011 11001 0 11011 11101011 11011 111111

Color Harmonies of #888CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888CBA

Black with #888CBA

Text Example


Text Example

White with #888CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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