#957ED0

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

Shades of True V #957ED0

Tints of True V #957ED0

Color information

#957ED0 (or 0x957ED0) is unknown color: approx True V. HEX triplet: 95, 7E and D0. RGB value is (149,126,208). Sum of RGB (Red+Green+Blue) = 149+126+208=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #957ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ED0 is #6A812F. Grayscale: #8D8D8D. Windows color (decimal): -6979888 or 13663893. OLE color: 13663893.

HSL color Cylindrical-coordinate representation of color #957ED0: hue angle of 256.83º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #957ED0 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB149126208-
CMYK0.280.3900.18
HSL256.83º46.59%65.49%-
HSV(B)256.83º39.42%81.57%-
XYZ31.2425.8763.02-
YUV142.22165.12132.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.85%
GREEN value IS 126 (49.61% from 255) = 26.09%
BLUE value IS 208 (81.64% from 255) = 43.06%
R=30.85%
G=26.09%
B=43.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1491262080.280.3900.18256.8346.5965.49
Hex957ED01C270121012f41
Octal225176320344702240157101
Binary10010101111111011010000111001001110100101000000011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957ED0; }

 p { color: rgb(149,126,208); }

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

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

 a { background-color: rgb(149,126,208); }

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

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

 span { border-color: rgb(149,126,208); }

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