#919985

Color #919985 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #919985

Tints of Delta #919985

Color information

#919985 (or 0x919985) is unknown color: approx 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

RGB145153133-
CMYK0.0500.130.4
HSL84º8.93%56.08%-
HSV(B)84º13.07%60%-
XYZ27.330.526.64-
YUV148.33119.35125.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.64%
GREEN value IS 153 (60.16% from 255) = 35.50%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=33.64%
G=35.50%
B=30.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1451531330.0500.130.4848.9356.08
Hex91998550D2854938
Octal2212312055015501241170
Binary1001000110011001100001011010110110100010101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>