Html Css Color HEX #919984 Delta

📋 copy color: '#919984'

red 145 ◦ green 153 ◦ blue 132

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

Shades of Delta #919984

Tints of Delta #919984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.7%

R = 33.72%
G = 35.58%
B = 30.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#919984 (or 0x919984) is known color: Delta. HEX triplet: 91, 99 and 84. RGB value is (145,153,132). Sum of RGB (Red+Green+Blue) = 145+153+132=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 153 - color contains mainly: green. Hex color #919984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919984 is #6E667B. Grayscale: #949494. Windows color (decimal): -7235196 or 8690065. OLE color: 8690065.

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

Color convert

RGB 145 153 132 -
CMYK 0.05 0 0.14 0.4
HSL 82.86º 0.09% 0.56% -
HSV(B) 82.86º 0.14% 0.6% -
XYZ 27.23 30.47 26.28 -
YUV 148.21 118.85 125.71 -
System Red Green Blue C M Y K H S L
Decimal 145 153 132 0.05 0 0.14 0.4 82.86 0.09 0.56
Hex 91 99 84 5 0 E 28 53 9 38
Octal 221 231 204 5 0 16 50 123 11 70
Binary 10010001 10011001 10000100 101 0 1110 101000 1010011 1001 111000

Color Harmonies of #919984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919984

Black with #919984

Text Example


Text Example

White with #919984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919984; }

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

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

background-color css

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

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

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

border-color css

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

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

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