Html Css Color HEX #869A8C Envy

📋 copy color: '#869A8C'

red 134 ◦ green 154 ◦ blue 140

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

Shades of Envy #869A8C

Tints of Envy #869A8C

RGB

 RED value IS 134 (52.73% from 255) = 31.31%

 GREEN value IS 154 (60.55% from 255) = 35.98%

 BLUE value IS 140 (55.08% from 255) = 32.71%

R = 31.31%
G = 35.98%
B = 32.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#869A8C (or 0x869A8C) is known color: Envy. HEX triplet: 86, 9A and 8C. RGB value is (134,154,140). Sum of RGB (Red+Green+Blue) = 134+154+140=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 154 - color contains mainly: green. Hex color #869A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869A8C is #796573. Grayscale: #929292. Windows color (decimal): -7955828 or 9214598. OLE color: 9214598.

HSL color Cylindrical-coordinate representation of color #869A8C: hue angle of 138º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #869A8C is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 154 140 -
CMYK 0.13 0 0.09 0.40
HSL 138º 0.09% 0.56% -
HSV(B) 138º 0.13% 0.6% -
XYZ 26.12 30.07 29.24 -
YUV 146.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 134 154 140 0.13 0 0.09 0.40 138 0.09 0.56
Hex 86 9A 8C D 0 9 28 8A 9 38
Octal 206 232 214 15 0 11 50 212 11 70
Binary 10000110 10011010 10001100 1101 0 1001 101000 10001010 1001 111000

Color Harmonies of #869A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869A8C

Black with #869A8C

Text Example


Text Example

White with #869A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869A8C; }

 p { color: rgb(134,154,140); }

 H1.HeaderClassName
 {
   color: #869A8C;
 }
 .AnyTagClassName
 {
   color: #869A8C;
 }
</style>

background-color css

<style>
 a { background-color: #869A8C; }

 a { background-color: rgb(134,154,140); }

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

border-color css

<style>
 span { border-color: #869A8C; }

 span { border-color: rgb(134,154,140); }

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