#907983

Color #907983 Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #907983

Tints of Venus #907983

Color information

#907983 (or 0x907983) is unknown color: approx Venus. HEX triplet: 90, 79 and 83. RGB value is (144,121,131). Sum of RGB (Red+Green+Blue) = 144+121+131=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 144 - color contains mainly: red. Hex color #907983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907983 is #6F867C. Grayscale: #818181. Windows color (decimal): -7308925 or 8616336. OLE color: 8616336.

HSL color Cylindrical-coordinate representation of color #907983: hue angle of 333.91º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #907983 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB144121131-
CMYK00.160.090.44
HSL333.91º9.39%51.96%-
HSV(B)333.91º15.97%56.47%-
XYZ22.4421.2424.39-
YUV129.02129.12138.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.36%
GREEN value IS 121 (47.66% from 255) = 30.56%
BLUE value IS 131 (51.56% from 255) = 33.08%
R=36.36%
G=30.56%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412113100.160.090.44333.919.3951.96
Hex90798301092C14e934
Octal22017120302011545161164
Binary1001000011110011000001101000010011011001010011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907983; }

 p { color: rgb(144,121,131); }

 H1.HeaderClassName
 {
   color: #907983;
 }
 .AnyTagClassName
 {
   color: #907983;
 }
</style>
background-color css

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

 a { background-color: rgb(144,121,131); }

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

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

 span { border-color: rgb(144,121,131); }

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