Html Css Color HEX #969C8D Delta

📋 copy color: '#969C8D'

red 150 ◦ green 156 ◦ blue 141

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

Shades of Delta #969C8D

Tints of Delta #969C8D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.9%

 BLUE value IS 141 (55.47% from 255) = 31.54%

R = 33.56%
G = 34.9%
B = 31.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#969C8D (or 0x969C8D) is known color: Delta. HEX triplet: 96, 9C and 8D. RGB value is (150,156,141). Sum of RGB (Red+Green+Blue) = 150+156+141=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 156 - color contains mainly: green. Hex color #969C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969C8D is #696372. Grayscale: #989898. Windows color (decimal): -6906739 or 9280662. OLE color: 9280662.

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

Color convert

RGB 150 156 141 -
CMYK 0.04 0 0.10 0.39
HSL 84º 0.07% 0.58% -
HSV(B) 84º 0.1% 0.61% -
XYZ 29.27 32.18 29.87 -
YUV 152.5 121.51 126.22 -
System Red Green Blue C M Y K H S L
Decimal 150 156 141 0.04 0 0.10 0.39 84 0.07 0.58
Hex 96 9C 8D 4 0 A 27 54 7 3A
Octal 226 234 215 4 0 12 47 124 7 72
Binary 10010110 10011100 10001101 100 0 1010 100111 1010100 111 111010

Color Harmonies of #969C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969C8D

Black with #969C8D

Text Example


Text Example

White with #969C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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