#937DBF

Color #937DBF True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #937DBF

Tints of True V #937DBF

Color information

#937DBF (or 0x937DBF) is unknown color: approx True V. HEX triplet: 93, 7D and BF. RGB value is (147,125,191). Sum of RGB (Red+Green+Blue) = 147+125+191=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #937DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937DBF is #6C8240. Grayscale: #8A8A8A. Windows color (decimal): -7111233 or 12549523. OLE color: 12549523.

HSL color Cylindrical-coordinate representation of color #937DBF: hue angle of 260º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #937DBF is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147125191-
CMYK0.230.3500.25
HSL260º34.02%61.96%-
HSV(B)260º34.55%74.9%-
XYZ28.7724.6352.53-
YUV139.1157.29133.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.75%
GREEN value IS 125 (49.22% from 255) = 27.00%
BLUE value IS 191 (75% from 255) = 41.25%
R=31.75%
G=27.00%
B=41.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471251910.230.3500.2526034.0261.96
Hex937DBF1723019104223e
Octal22317527727430314044276
Binary1001001111111011011111110111100011011001100000100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937DBF; }

 p { color: rgb(147,125,191); }

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

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

 a { background-color: rgb(147,125,191); }

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

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

 span { border-color: rgb(147,125,191); }

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