Html Css Color HEX #919986 Delta

📋 copy color: '#919986'

red 145 ◦ green 153 ◦ blue 134

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

Shades of Delta #919986

Tints of Delta #919986

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.42%

 BLUE value IS 134 (52.73% from 255) = 31.02%

R = 33.56%
G = 35.42%
B = 31.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#919986 (or 0x919986) is known color: Delta. HEX triplet: 91, 99 and 86. RGB value is (145,153,134). Sum of RGB (Red+Green+Blue) = 145+153+134=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 153 - color contains mainly: green. Hex color #919986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919986 is #6E6679. Grayscale: #949494. Windows color (decimal): -7235194 or 8821137. OLE color: 8821137.

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

Color convert

RGB 145 153 134 -
CMYK 0.05 0 0.12 0.4
HSL 85.26º 0.09% 0.56% -
HSV(B) 85.26º 0.12% 0.6% -
XYZ 27.37 30.52 27 -
YUV 148.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 145 153 134 0.05 0 0.12 0.4 85.26 0.09 0.56
Hex 91 99 86 5 0 C 28 55 9 38
Octal 221 231 206 5 0 14 50 125 11 70
Binary 10010001 10011001 10000110 101 0 1100 101000 1010101 1001 111000

Color Harmonies of #919986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919986

Black with #919986

Text Example


Text Example

White with #919986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919986; }

 p { color: rgb(145,153,134); }

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

background-color css

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

 a { background-color: rgb(145,153,134); }

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

border-color css

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

 span { border-color: rgb(145,153,134); }

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