Html Css Color HEX #90868A Venus

📋 copy color: '#90868A'

red 144 ◦ green 134 ◦ blue 138

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

Shades of Venus #90868A

Tints of Venus #90868A

RGB

 RED value IS 144 (56.64% from 255) = 34.62%

 GREEN value IS 134 (52.73% from 255) = 32.21%

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 34.62%
G = 32.21%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#90868A (or 0x90868A) is known color: Venus. HEX triplet: 90, 86 and 8A. RGB value is (144,134,138). Sum of RGB (Red+Green+Blue) = 144+134+138=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 144 - color contains mainly: red. Hex color #90868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90868A is #6F7975. Grayscale: #898989. Windows color (decimal): -7305590 or 9078416. OLE color: 9078416.

HSL color Cylindrical-coordinate representation of color #90868A: hue angle of 336º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #90868A is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 134 138 -
CMYK 0 0.07 0.04 0.44
HSL 336º 0.04% 0.55% -
HSV(B) 336º 0.07% 0.56% -
XYZ 24.61 24.81 27.54 -
YUV 137.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 144 134 138 0 0.07 0.04 0.44 336 0.04 0.55
Hex 90 86 8A 0 7 4 2C 150 4 37
Octal 220 206 212 0 7 4 54 520 4 67
Binary 10010000 10000110 10001010 0 111 100 101100 101010000 100 110111

Color Harmonies of #90868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90868A

Black with #90868A

Text Example


Text Example

White with #90868A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90868A; }

 p { color: rgb(144,134,138); }

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

background-color css

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

 a { background-color: rgb(144,134,138); }

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

border-color css

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

 span { border-color: rgb(144,134,138); }

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