#957FC8

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

Shades of True V #957FC8

Tints of True V #957FC8

Color information

#957FC8 (or 0x957FC8) is unknown color: approx True V. HEX triplet: 95, 7F and C8. RGB value is (149,127,200). Sum of RGB (Red+Green+Blue) = 149+127+200=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 200 - color contains mainly: blue. Hex color #957FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FC8 is #6A8037. Grayscale: #8D8D8D. Windows color (decimal): -6979640 or 13139861. OLE color: 13139861.

HSL color Cylindrical-coordinate representation of color #957FC8: hue angle of 258.08º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #957FC8 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB149127200-
CMYK0.260.3600.22
HSL258.08º39.89%64.12%-
HSV(B)258.08º36.5%78.43%-
XYZ30.4125.7458.01-
YUV141.9160.79133.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.30%
GREEN value IS 127 (50% from 255) = 26.68%
BLUE value IS 200 (78.52% from 255) = 42.02%
R=31.30%
G=26.68%
B=42.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491272000.260.3600.22258.0839.8964.12
Hex957FC81A240161022840
Octal225177310324402640250100
Binary10010101111111111001000110101001000101101000000101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,127,200); }

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

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

 a { background-color: rgb(149,127,200); }

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

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

 span { border-color: rgb(149,127,200); }

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