#937DCC

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

Shades of True V #937DCC

Tints of True V #937DCC

Color information

#937DCC (or 0x937DCC) is unknown color: approx True V. HEX triplet: 93, 7D and CC. RGB value is (147,125,204). Sum of RGB (Red+Green+Blue) = 147+125+204=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #937DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937DCC is #6C8233. Grayscale: #8C8C8C. Windows color (decimal): -7111220 or 13401491. OLE color: 13401491.

HSL color Cylindrical-coordinate representation of color #937DCC: hue angle of 256.71º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #937DCC is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB147125204-
CMYK0.280.3900.2
HSL256.71º43.65%64.51%-
HSV(B)256.71º38.73%80%-
XYZ30.2725.2360.4-
YUV140.58163.79132.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.88%
GREEN value IS 125 (49.22% from 255) = 26.26%
BLUE value IS 204 (80.08% from 255) = 42.86%
R=30.88%
G=26.26%
B=42.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1471252040.280.3900.2256.7143.6564.51
Hex937DCC1C270141012c41
Octal223175314344702440154101
Binary10010011111110111001100111001001110101001000000011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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