Html Css Color HEX #8B9D93 Edward

📋 copy color: '#8B9D93'

red 139 ◦ green 157 ◦ blue 147

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

Shades of Edward #8B9D93

Tints of Edward #8B9D93

RGB

 RED value IS 139 (54.69% from 255) = 31.38%

 GREEN value IS 157 (61.72% from 255) = 35.44%

 BLUE value IS 147 (57.81% from 255) = 33.18%

R = 31.38%
G = 35.44%
B = 33.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#8B9D93 (or 0x8B9D93) is known color: Edward. HEX triplet: 8B, 9D and 93. RGB value is (139,157,147). Sum of RGB (Red+Green+Blue) = 139+157+147=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 157 - color contains mainly: green. Hex color #8B9D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9D93 is #74626C. Grayscale: #969696. Windows color (decimal): -7627373 or 9674123. OLE color: 9674123.

HSL color Cylindrical-coordinate representation of color #8B9D93: hue angle of 146.67º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B9D93 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 139 157 147 -
CMYK 0.11 0 0.06 0.38
HSL 146.67º 0.08% 0.58% -
HSV(B) 146.67º 0.11% 0.62% -
XYZ 27.97 31.71 32.25 -
YUV 150.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 139 157 147 0.11 0 0.06 0.38 146.67 0.08 0.58
Hex 8B 9D 93 B 0 6 26 93 8 3A
Octal 213 235 223 13 0 6 46 223 10 72
Binary 10001011 10011101 10010011 1011 0 110 100110 10010011 1000 111010

Color Harmonies of #8B9D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9D93

Black with #8B9D93

Text Example


Text Example

White with #8B9D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,157,147); }

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

background-color css

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

 a { background-color: rgb(139,157,147); }

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

border-color css

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

 span { border-color: rgb(139,157,147); }

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