Html Css Color HEX #969C8E Delta

📋 copy color: '#969C8E'

red 150 ◦ green 156 ◦ blue 142

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

Shades of Delta #969C8E

Tints of Delta #969C8E

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.7%

R = 33.48%
G = 34.82%
B = 31.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#969C8E (or 0x969C8E) is known color: 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

RGB 150 156 142 -
CMYK 0.04 0 0.09 0.39
HSL 85.71º 0.07% 0.58% -
HSV(B) 85.71º 0.09% 0.61% -
XYZ 29.35 32.21 30.26 -
YUV 152.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 150 156 142 0.04 0 0.09 0.39 85.71 0.07 0.58
Hex 96 9C 8E 4 0 9 27 56 7 3A
Octal 226 234 216 4 0 11 47 126 7 72
Binary 10010110 10011100 10001110 100 0 1001 100111 1010110 111 111010

Color Harmonies of #969C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969C8E

Black with #969C8E

Text Example


Text Example

White with #969C8E

Text Example


Text Example

HTML Codes & Css Web 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>