#969C8E

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

Shades of Delta #969C8E

Tints of Delta #969C8E

Color information

#969C8E (or 0x969C8E) is unknown color: approx Delta. HEX triplet: 96, 9C and 8E. RGB value is (150,156,142). Sum of RGB (Red+Green+Blue) = 150+156+142=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 156 - color contains mainly: green. Hex color #969C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969C8E is #696371. Grayscale: #989898. Windows color (decimal): -6906738 or 9346198. OLE color: 9346198.

HSL color Cylindrical-coordinate representation of color #969C8E: hue angle of 85.71º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #969C8E is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB150156142-
CMYK0.0400.090.39
HSL85.71º6.6%58.43%-
HSV(B)85.71º8.97%61.18%-
XYZ29.3532.2130.26-
YUV152.61122.01126.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 156 (61.33% from 255) = 34.82%
BLUE value IS 142 (55.86% from 255) = 31.70%
R=33.48%
G=34.82%
B=31.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501561420.0400.090.3985.716.658.43
Hex969C8E409275673a
Octal226234216401147126772
Binary100101101001110010001110100010011001111010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969C8E; }

 p { color: rgb(150,156,142); }

 H1.HeaderClassName
 {
   color: #969C8E;
 }
 .AnyTagClassName
 {
   color: #969C8E;
 }
</style>
background-color css

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

 a { background-color: rgb(150,156,142); }

 div.DivClassName
 {
   background-color: #969C8E;
 }
 .BgClassName
 {
   background-color: #969C8E;
 }
</style>
border-color css

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

 span { border-color: rgb(150,156,142); }

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