#957CCD

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

Shades of True V #957CCD

Tints of True V #957CCD

Color information

#957CCD (or 0x957CCD) is unknown color: approx True V. HEX triplet: 95, 7C and CD. RGB value is (149,124,205). Sum of RGB (Red+Green+Blue) = 149+124+205=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #957CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CCD is #6A8332. Grayscale: #8C8C8C. Windows color (decimal): -6980403 or 13466773. OLE color: 13466773.

HSL color Cylindrical-coordinate representation of color #957CCD: hue angle of 258.52º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #957CCD is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149124205-
CMYK0.270.4000.20
HSL258.52º44.75%64.51%-
HSV(B)258.52º39.51%80.39%-
XYZ30.6225.2161.01-
YUV140.71164.28133.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 124 (48.83% from 255) = 25.94%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=31.17%
G=25.94%
B=42.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491242050.270.4000.20258.5244.7564.51
Hex957CCD1B280141032d41
Octal225174315335002440355101
Binary10010101111110011001101110111010000101001000000111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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