#957ACC

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

Shades of True V #957ACC

Tints of True V #957ACC

Color information

#957ACC (or 0x957ACC) is unknown color: approx True V. HEX triplet: 95, 7A and CC. RGB value is (149,122,204). Sum of RGB (Red+Green+Blue) = 149+122+204=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #957ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ACC is #6A8533. Grayscale: #8B8B8B. Windows color (decimal): -6980916 or 13400725. OLE color: 13400725.

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

Color convert

RGB149122204-
CMYK0.270.4000.2
HSL259.76º44.57%63.92%-
HSV(B)259.76º40.2%80%-
XYZ30.2524.6760.29-
YUV139.42164.45134.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 122 (48.05% from 255) = 25.68%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=31.37%
G=25.68%
B=42.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1491222040.270.4000.2259.7644.5763.92
Hex957ACC1B280141042d40
Octal225172314335002440455100
Binary10010101111101011001100110111010000101001000001001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,122,204); }

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

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

 a { background-color: rgb(149,122,204); }

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

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

 span { border-color: rgb(149,122,204); }

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