Html Css Color HEX #968088 Venus

📋 copy color: '#968088'

red 150 ◦ green 128 ◦ blue 136

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

Shades of Venus #968088

Tints of Venus #968088

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.92%

 BLUE value IS 136 (53.52% from 255) = 32.85%

R = 36.23%
G = 30.92%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#968088 (or 0x968088) is known color: Venus. HEX triplet: 96, 80 and 88. RGB value is (150,128,136). Sum of RGB (Red+Green+Blue) = 150+128+136=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #968088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968088 is #697F77. Grayscale: #878787. Windows color (decimal): -6913912 or 8945814. OLE color: 8945814.

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

Color convert

RGB 150 128 136 -
CMYK 0 0.15 0.09 0.41
HSL 338.18º 0.09% 0.55% -
HSV(B) 338.18º 0.15% 0.59% -
XYZ 24.74 23.7 26.56 -
YUV 135.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 150 128 136 0 0.15 0.09 0.41 338.18 0.09 0.55
Hex 96 80 88 0 F 9 29 152 9 37
Octal 226 200 210 0 17 11 51 522 11 67
Binary 10010110 10000000 10001000 0 1111 1001 101001 101010010 1001 110111

Color Harmonies of #968088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968088

Black with #968088

Text Example


Text Example

White with #968088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968088; }

 p { color: rgb(150,128,136); }

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

background-color css

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

 a { background-color: rgb(150,128,136); }

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

border-color css

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

 span { border-color: rgb(150,128,136); }

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