Html Css Color HEX #918288 Venus

📋 copy color: '#918288'

red 145 ◦ green 130 ◦ blue 136

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

Shades of Venus #918288

Tints of Venus #918288

RGB

 RED value IS 145 (57.03% from 255) = 35.28%

 GREEN value IS 130 (51.17% from 255) = 31.63%

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

R = 35.28%
G = 31.63%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#918288 (or 0x918288) is known color: Venus. HEX triplet: 91, 82 and 88. RGB value is (145,130,136). Sum of RGB (Red+Green+Blue) = 145+130+136=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 145 - color contains mainly: red. Hex color #918288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918288 is #6E7D77. Grayscale: #878787. Windows color (decimal): -7241080 or 8946321. OLE color: 8946321.

HSL color Cylindrical-coordinate representation of color #918288: hue angle of 336º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #918288 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 130 136 -
CMYK 0 0.10 0.06 0.43
HSL 336º 0.06% 0.54% -
HSV(B) 336º 0.1% 0.57% -
XYZ 24.1 23.76 26.61 -
YUV 135.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 145 130 136 0 0.10 0.06 0.43 336 0.06 0.54
Hex 91 82 88 0 A 6 2B 150 6 36
Octal 221 202 210 0 12 6 53 520 6 66
Binary 10010001 10000010 10001000 0 1010 110 101011 101010000 110 110110

Color Harmonies of #918288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918288

Black with #918288

Text Example


Text Example

White with #918288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918288; }

 p { color: rgb(145,130,136); }

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

background-color css

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

 a { background-color: rgb(145,130,136); }

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

border-color css

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

 span { border-color: rgb(145,130,136); }

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