Html Css Color HEX #919985 Delta

📋 copy color: '#919985'

red 145 ◦ green 153 ◦ blue 133

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

Shades of Delta #919985

Tints of Delta #919985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.86%

R = 33.64%
G = 35.5%
B = 30.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#919985 (or 0x919985) is known color: Delta. HEX triplet: 91, 99 and 85. RGB value is (145,153,133). Sum of RGB (Red+Green+Blue) = 145+153+133=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 153 - color contains mainly: green. Hex color #919985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919985 is #6E667A. Grayscale: #949494. Windows color (decimal): -7235195 or 8755601. OLE color: 8755601.

HSL color Cylindrical-coordinate representation of color #919985: hue angle of 84º 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 #919985 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 153 133 -
CMYK 0.05 0 0.13 0.4
HSL 84º 0.09% 0.56% -
HSV(B) 84º 0.13% 0.6% -
XYZ 27.3 30.5 26.64 -
YUV 148.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 145 153 133 0.05 0 0.13 0.4 84 0.09 0.56
Hex 91 99 85 5 0 D 28 54 9 38
Octal 221 231 205 5 0 15 50 124 11 70
Binary 10010001 10011001 10000101 101 0 1101 101000 1010100 1001 111000

Color Harmonies of #919985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919985

Black with #919985

Text Example


Text Example

White with #919985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919985; }

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

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

background-color css

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

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

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

border-color css

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

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

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