Html Css Color HEX #968A8F Venus

📋 copy color: '#968A8F'

red 150 ◦ green 138 ◦ blue 143

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

Shades of Venus #968A8F

Tints of Venus #968A8F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.02%

 BLUE value IS 143 (56.25% from 255) = 33.18%

R = 34.8%
G = 32.02%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#968A8F (or 0x968A8F) is known color: Venus. HEX triplet: 96, 8A and 8F. RGB value is (150,138,143). Sum of RGB (Red+Green+Blue) = 150+138+143=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 150 - color contains mainly: red. Hex color #968A8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968A8F is #697570. Grayscale: #8E8E8E. Windows color (decimal): -6911345 or 9407126. OLE color: 9407126.

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

Color convert

RGB 150 138 143 -
CMYK 0 0.08 0.05 0.41
HSL 335º 0.05% 0.56% -
HSV(B) 335º 0.08% 0.59% -
XYZ 26.62 26.64 29.73 -
YUV 142.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 150 138 143 0 0.08 0.05 0.41 335 0.05 0.56
Hex 96 8A 8F 0 8 5 29 14F 5 38
Octal 226 212 217 0 10 5 51 517 5 70
Binary 10010110 10001010 10001111 0 1000 101 101001 101001111 101 111000

Color Harmonies of #968A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968A8F

Black with #968A8F

Text Example


Text Example

White with #968A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,138,143); }

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

background-color css

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

 a { background-color: rgb(150,138,143); }

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

border-color css

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

 span { border-color: rgb(150,138,143); }

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