#957BCA

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

Shades of True V #957BCA

Tints of True V #957BCA

Color information

#957BCA (or 0x957BCA) is unknown color: approx True V. HEX triplet: 95, 7B and CA. RGB value is (149,123,202). Sum of RGB (Red+Green+Blue) = 149+123+202=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #957BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BCA is #6A8435. Grayscale: #8B8B8B. Windows color (decimal): -6980662 or 13269909. OLE color: 13269909.

HSL color Cylindrical-coordinate representation of color #957BCA: hue angle of 259.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #957BCA is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149123202-
CMYK0.260.3900.21
HSL259.75º42.7%63.73%-
HSV(B)259.75º39.11%79.22%-
XYZ30.1424.8259.08-
YUV139.78163.11134.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.43%
GREEN value IS 123 (48.44% from 255) = 25.95%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=31.43%
G=25.95%
B=42.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491232020.260.3900.21259.7542.763.73
Hex957BCA1A270151042b40
Octal225173312324702540453100
Binary10010101111101111001010110101001110101011000001001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,123,202); }

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

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

 a { background-color: rgb(149,123,202); }

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

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

 span { border-color: rgb(149,123,202); }

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