Html Css Color HEX #9B9E93 Delta

📋 copy color: '#9B9E93'

red 155 ◦ green 158 ◦ blue 147

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

Shades of Delta #9B9E93

Tints of Delta #9B9E93

RGB

 RED value IS 155 (60.94% from 255) = 33.7%

 GREEN value IS 158 (62.11% from 255) = 34.35%

 BLUE value IS 147 (57.81% from 255) = 31.96%

R = 33.7%
G = 34.35%
B = 31.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9B9E93 (or 0x9B9E93) is known color: Delta. HEX triplet: 9B, 9E and 93. RGB value is (155,158,147). Sum of RGB (Red+Green+Blue) = 155+158+147=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 158 - color contains mainly: green. Hex color #9B9E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9E93 is #64616C. Grayscale: #9B9B9B. Windows color (decimal): -6578541 or 9674395. OLE color: 9674395.

HSL color Cylindrical-coordinate representation of color #9B9E93: hue angle of 76.36º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9B9E93 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 155 158 147 -
CMYK 0.02 0 0.07 0.38
HSL 76.36º 0.05% 0.6% -
HSV(B) 76.36º 0.07% 0.62% -
XYZ 31.01 33.53 32.44 -
YUV 155.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 155 158 147 0.02 0 0.07 0.38 76.36 0.05 0.6
Hex 9B 9E 93 2 0 7 26 4C 5 3C
Octal 233 236 223 2 0 7 46 114 5 74
Binary 10011011 10011110 10010011 10 0 111 100110 1001100 101 111100

Color Harmonies of #9B9E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9E93

Black with #9B9E93

Text Example


Text Example

White with #9B9E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B9E93; }

 p { color: rgb(155,158,147); }

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

background-color css

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

 a { background-color: rgb(155,158,147); }

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

border-color css

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

 span { border-color: rgb(155,158,147); }

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