Html Css Color HEX #96848B Venus

📋 copy color: '#96848B'

red 150 ◦ green 132 ◦ blue 139

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

Shades of Venus #96848B

Tints of Venus #96848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.35%

 BLUE value IS 139 (54.69% from 255) = 33.02%

R = 35.63%
G = 31.35%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96848B (or 0x96848B) is known color: Venus. HEX triplet: 96, 84 and 8B. RGB value is (150,132,139). Sum of RGB (Red+Green+Blue) = 150+132+139=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #96848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96848B is #697B74. Grayscale: #8A8A8A. Windows color (decimal): -6912885 or 9143446. OLE color: 9143446.

HSL color Cylindrical-coordinate representation of color #96848B: hue angle of 336.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96848B is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 132 139 -
CMYK 0 0.12 0.07 0.41
HSL 336.67º 0.08% 0.55% -
HSV(B) 336.67º 0.12% 0.59% -
XYZ 25.49 24.85 27.88 -
YUV 138.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 150 132 139 0 0.12 0.07 0.41 336.67 0.08 0.55
Hex 96 84 8B 0 C 7 29 151 8 37
Octal 226 204 213 0 14 7 51 521 10 67
Binary 10010110 10000100 10001011 0 1100 111 101001 101010001 1000 110111

Color Harmonies of #96848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96848B

Black with #96848B

Text Example


Text Example

White with #96848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96848B; }

 p { color: rgb(150,132,139); }

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

background-color css

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

 a { background-color: rgb(150,132,139); }

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

border-color css

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

 span { border-color: rgb(150,132,139); }

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