Html Css Color HEX #8CA893 Envy

📋 copy color: '#8CA893'

red 140 ◦ green 168 ◦ blue 147

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

Shades of Envy #8CA893

Tints of Envy #8CA893

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.92%

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

R = 30.77%
G = 36.92%
B = 32.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#8CA893 (or 0x8CA893) is known color: Envy. HEX triplet: 8C, A8 and 93. RGB value is (140,168,147). Sum of RGB (Red+Green+Blue) = 140+168+147=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA893 is #73576C. Grayscale: #9D9D9D. Windows color (decimal): -7559021 or 9676940. OLE color: 9676940.

HSL color Cylindrical-coordinate representation of color #8CA893: hue angle of 135º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8CA893 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB 140 168 147 -
CMYK 0.17 0 0.13 0.34
HSL 135º 0.14% 0.6% -
HSV(B) 135º 0.17% 0.66% -
XYZ 30.08 35.69 32.91 -
YUV 157.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 140 168 147 0.17 0 0.13 0.34 135 0.14 0.6
Hex 8C A8 93 11 0 D 22 87 E 3C
Octal 214 250 223 21 0 15 42 207 16 74
Binary 10001100 10101000 10010011 10001 0 1101 100010 10000111 1110 111100

Color Harmonies of #8CA893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA893

Black with #8CA893

Text Example


Text Example

White with #8CA893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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