Html Css Color HEX #968B8D Venus

📋 copy color: '#968B8D'

red 150 ◦ green 139 ◦ blue 141

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

Shades of Venus #968B8D

Tints of Venus #968B8D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.33%

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

R = 34.88%
G = 32.33%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#968B8D (or 0x968B8D) is known color: Venus. HEX triplet: 96, 8B and 8D. RGB value is (150,139,141). Sum of RGB (Red+Green+Blue) = 150+139+141=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 150 - color contains mainly: red. Hex color #968B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968B8D is #697472. Grayscale: #8E8E8E. Windows color (decimal): -6911091 or 9276310. OLE color: 9276310.

HSL color Cylindrical-coordinate representation of color #968B8D: hue angle of 349.09º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #968B8D is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 139 141 -
CMYK 0 0.07 0.06 0.41
HSL 349.09º 0.05% 0.57% -
HSV(B) 349.09º 0.07% 0.59% -
XYZ 26.62 26.87 28.98 -
YUV 142.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 150 139 141 0 0.07 0.06 0.41 349.09 0.05 0.57
Hex 96 8B 8D 0 7 6 29 15D 5 39
Octal 226 213 215 0 7 6 51 535 5 71
Binary 10010110 10001011 10001101 0 111 110 101001 101011101 101 111001

Color Harmonies of #968B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968B8D

Black with #968B8D

Text Example


Text Example

White with #968B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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