#957DCD

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

Shades of True V #957DCD

Tints of True V #957DCD

Color information

#957DCD (or 0x957DCD) is unknown color: approx True V. HEX triplet: 95, 7D and CD. RGB value is (149,125,205). Sum of RGB (Red+Green+Blue) = 149+125+205=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #957DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DCD is #6A8232. Grayscale: #8D8D8D. Windows color (decimal): -6980147 or 13467029. OLE color: 13467029.

HSL color Cylindrical-coordinate representation of color #957DCD: hue angle of 258º 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 #957DCD is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149125205-
CMYK0.270.3900.20
HSL258º44.44%64.71%-
HSV(B)258º39.02%80.39%-
XYZ30.7525.4661.05-
YUV141.3163.95133.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.11%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=31.11%
G=26.10%
B=42.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491252050.270.3900.2025844.4464.71
Hex957DCD1B270141022c41
Octal225175315334702440254101
Binary10010101111110111001101110111001110101001000000101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,125,205); }

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

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

 a { background-color: rgb(149,125,205); }

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

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

 span { border-color: rgb(149,125,205); }

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