Html Css Color HEX #8E8BB0 Grey Suit

📋 copy color: '#8E8BB0'

red 142 ◦ green 139 ◦ blue 176

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

Shades of Grey Suit #8E8BB0

Tints of Grey Suit #8E8BB0

RGB

 RED value IS 142 (55.86% from 255) = 31.07%

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

 BLUE value IS 176 (69.14% from 255) = 38.51%

R = 31.07%
G = 30.42%
B = 38.51%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8E8BB0 (or 0x8E8BB0) is known color: Grey Suit. HEX triplet: 8E, 8B and B0. RGB value is (142,139,176). Sum of RGB (Red+Green+Blue) = 142+139+176=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 176 - color contains mainly: blue. Hex color #8E8BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8BB0 is #71744F. Grayscale: #8F8F8F. Windows color (decimal): -7435344 or 11570062. OLE color: 11570062.

HSL color Cylindrical-coordinate representation of color #8E8BB0: hue angle of 244.86º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E8BB0 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 142 139 176 -
CMYK 0.19 0.21 0 0.31
HSL 244.86º 0.19% 0.62% -
HSV(B) 244.86º 0.21% 0.69% -
XYZ 28.22 27.35 44.87 -
YUV 144.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 142 139 176 0.19 0.21 0 0.31 244.86 0.19 0.62
Hex 8E 8B B0 13 15 0 1F F5 13 3E
Octal 216 213 260 23 25 0 37 365 23 76
Binary 10001110 10001011 10110000 10011 10101 0 11111 11110101 10011 111110

Color Harmonies of #8E8BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8BB0

Black with #8E8BB0

Text Example


Text Example

White with #8E8BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,139,176); }

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

background-color css

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

 a { background-color: rgb(142,139,176); }

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

border-color css

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

 span { border-color: rgb(142,139,176); }

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