Html Css Color HEX #919E87 Delta

📋 copy color: '#919E87'

red 145 ◦ green 158 ◦ blue 135

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

Shades of Delta #919E87

Tints of Delta #919E87

RGB

 RED value IS 145 (57.03% from 255) = 33.11%

 GREEN value IS 158 (62.11% from 255) = 36.07%

 BLUE value IS 135 (53.13% from 255) = 30.82%

R = 33.11%
G = 36.07%
B = 30.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#919E87 (or 0x919E87) is known color: Delta. HEX triplet: 91, 9E and 87. RGB value is (145,158,135). Sum of RGB (Red+Green+Blue) = 145+158+135=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 158 - color contains mainly: green. Hex color #919E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919E87 is #6E6178. Grayscale: #979797. Windows color (decimal): -7233913 or 8887953. OLE color: 8887953.

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

Color convert

RGB 145 158 135 -
CMYK 0.08 0 0.15 0.38
HSL 93.91º 0.11% 0.57% -
HSV(B) 93.91º 0.15% 0.62% -
XYZ 28.28 32.22 27.65 -
YUV 151.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 145 158 135 0.08 0 0.15 0.38 93.91 0.11 0.57
Hex 91 9E 87 8 0 F 26 5E B 39
Octal 221 236 207 10 0 17 46 136 13 71
Binary 10010001 10011110 10000111 1000 0 1111 100110 1011110 1011 111001

Color Harmonies of #919E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919E87

Black with #919E87

Text Example


Text Example

White with #919E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919E87; }

 p { color: rgb(145,158,135); }

 H1.HeaderClassName
 {
   color: #919E87;
 }
 .AnyTagClassName
 {
   color: #919E87;
 }
</style>

background-color css

<style>
 a { background-color: #919E87; }

 a { background-color: rgb(145,158,135); }

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

border-color css

<style>
 span { border-color: #919E87; }

 span { border-color: rgb(145,158,135); }

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