Html Css Color HEX #969794 Delta

📋 copy color: '#969794'

red 150 ◦ green 151 ◦ blue 148

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

Shades of Delta #969794

Tints of Delta #969794

RGB

 RED value IS 150 (58.98% from 255) = 33.41%

 GREEN value IS 151 (59.38% from 255) = 33.63%

 BLUE value IS 148 (58.2% from 255) = 32.96%

R = 33.41%
G = 33.63%
B = 32.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#969794 (or 0x969794) is known color: Delta. HEX triplet: 96, 97 and 94. RGB value is (150,151,148). Sum of RGB (Red+Green+Blue) = 150+151+148=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 151 - color contains mainly: green. Hex color #969794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969794 is #69686B. Grayscale: #969696. Windows color (decimal): -6908012 or 9738134. OLE color: 9738134.

HSL color Cylindrical-coordinate representation of color #969794: hue angle of 80º degrees, saturation: 0.01, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #969794 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 151 148 -
CMYK 0.01 0 0.02 0.41
HSL 80º 0.01% 0.59% -
HSV(B) 80º 0.02% 0.59% -
XYZ 28.99 30.76 32.43 -
YUV 150.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 150 151 148 0.01 0 0.02 0.41 80 0.01 0.59
Hex 96 97 94 1 0 2 29 50 1 3B
Octal 226 227 224 1 0 2 51 120 1 73
Binary 10010110 10010111 10010100 1 0 10 101001 1010000 1 111011

Color Harmonies of #969794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969794

Black with #969794

Text Example


Text Example

White with #969794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969794; }

 p { color: rgb(150,151,148); }

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

background-color css

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

 a { background-color: rgb(150,151,148); }

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

border-color css

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

 span { border-color: rgb(150,151,148); }

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