#937DBE

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

Shades of True V #937DBE

Tints of True V #937DBE

Color information

#937DBE (or 0x937DBE) is unknown color: approx True V. HEX triplet: 93, 7D and BE. RGB value is (147,125,190). Sum of RGB (Red+Green+Blue) = 147+125+190=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #937DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937DBE is #6C8241. Grayscale: #8A8A8A. Windows color (decimal): -7111234 or 12483987. OLE color: 12483987.

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

Color convert

RGB147125190-
CMYK0.230.3400.25
HSL260.31º33.33%61.76%-
HSV(B)260.31º34.21%74.51%-
XYZ28.6624.5951.95-
YUV138.99156.79133.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.82%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=31.82%
G=27.06%
B=41.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471251900.230.3400.25260.3133.3361.76
Hex937DBE1722019104213e
Octal22317527627420314044176
Binary1001001111111011011111010111100010011001100000100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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