Html Css Color HEX #8C88B6 Grey Suit

📋 copy color: '#8C88B6'

red 140 ◦ green 136 ◦ blue 182

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

Shades of Grey Suit #8C88B6

Tints of Grey Suit #8C88B6

RGB

 RED value IS 140 (55.08% from 255) = 30.57%

 GREEN value IS 136 (53.52% from 255) = 29.69%

 BLUE value IS 182 (71.48% from 255) = 39.74%

R = 30.57%
G = 29.69%
B = 39.74%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8C88B6 (or 0x8C88B6) is known color: Grey Suit. HEX triplet: 8C, 88 and B6. RGB value is (140,136,182). Sum of RGB (Red+Green+Blue) = 140+136+182=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 182 - color contains mainly: blue. Hex color #8C88B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C88B6 is #737749. Grayscale: #8E8E8E. Windows color (decimal): -7567178 or 11962508. OLE color: 11962508.

HSL color Cylindrical-coordinate representation of color #8C88B6: hue angle of 245.22º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C88B6 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 136 182 -
CMYK 0.23 0.25 0 0.29
HSL 245.22º 0.24% 0.62% -
HSV(B) 245.22º 0.25% 0.71% -
XYZ 28.06 26.56 47.9 -
YUV 142.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 140 136 182 0.23 0.25 0 0.29 245.22 0.24 0.62
Hex 8C 88 B6 17 19 0 1D F5 18 3E
Octal 214 210 266 27 31 0 35 365 30 76
Binary 10001100 10001000 10110110 10111 11001 0 11101 11110101 11000 111110

Color Harmonies of #8C88B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C88B6

Black with #8C88B6

Text Example


Text Example

White with #8C88B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C88B6; }

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

 H1.HeaderClassName
 {
   color: #8C88B6;
 }
 .AnyTagClassName
 {
   color: #8C88B6;
 }
</style>

background-color css

<style>
 a { background-color: #8C88B6; }

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

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

border-color css

<style>
 span { border-color: #8C88B6; }

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

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