Html Css Color HEX #8C9B93 Edward

📋 copy color: '#8C9B93'

red 140 ◦ green 155 ◦ blue 147

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

Shades of Edward #8C9B93

Tints of Edward #8C9B93

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.07%

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

R = 31.67%
G = 35.07%
B = 33.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#8C9B93 (or 0x8C9B93) is known color: Edward. HEX triplet: 8C, 9B and 93. RGB value is (140,155,147). Sum of RGB (Red+Green+Blue) = 140+155+147=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 155 - color contains mainly: green. Hex color #8C9B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9B93 is #73646C. Grayscale: #959595. Windows color (decimal): -7562349 or 9673612. OLE color: 9673612.

HSL color Cylindrical-coordinate representation of color #8C9B93: hue angle of 148º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C9B93 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 155 147 -
CMYK 0.10 0 0.05 0.39
HSL 148º 0.07% 0.58% -
HSV(B) 148º 0.1% 0.61% -
XYZ 27.8 31.12 32.15 -
YUV 149.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 140 155 147 0.10 0 0.05 0.39 148 0.07 0.58
Hex 8C 9B 93 A 0 5 27 94 7 3A
Octal 214 233 223 12 0 5 47 224 7 72
Binary 10001100 10011011 10010011 1010 0 101 100111 10010100 111 111010

Color Harmonies of #8C9B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9B93

Black with #8C9B93

Text Example


Text Example

White with #8C9B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,155,147); }

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

background-color css

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

 a { background-color: rgb(140,155,147); }

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

border-color css

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

 span { border-color: rgb(140,155,147); }

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