Html Css Color HEX #869C88 Envy

📋 copy color: '#869C88'

red 134 ◦ green 156 ◦ blue 136

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

Shades of Envy #869C88

Tints of Envy #869C88

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.62%

 BLUE value IS 136 (53.52% from 255) = 31.92%

R = 31.46%
G = 36.62%
B = 31.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#869C88 (or 0x869C88) is known color: Envy. HEX triplet: 86, 9C and 88. RGB value is (134,156,136). Sum of RGB (Red+Green+Blue) = 134+156+136=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 156 - color contains mainly: green. Hex color #869C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869C88 is #796377. Grayscale: #939393. Windows color (decimal): -7955320 or 8952966. OLE color: 8952966.

HSL color Cylindrical-coordinate representation of color #869C88: hue angle of 125.45º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #869C88 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 156 136 -
CMYK 0.14 0 0.13 0.39
HSL 125.45º 0.1% 0.57% -
HSV(B) 125.45º 0.14% 0.61% -
XYZ 26.16 30.62 27.82 -
YUV 147.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 134 156 136 0.14 0 0.13 0.39 125.45 0.1 0.57
Hex 86 9C 88 E 0 D 27 7D A 39
Octal 206 234 210 16 0 15 47 175 12 71
Binary 10000110 10011100 10001000 1110 0 1101 100111 1111101 1010 111001

Color Harmonies of #869C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869C88

Black with #869C88

Text Example


Text Example

White with #869C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,156,136); }

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

background-color css

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

 a { background-color: rgb(134,156,136); }

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

border-color css

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

 span { border-color: rgb(134,156,136); }

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