#957BCC

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

Shades of True V #957BCC

Tints of True V #957BCC

Color information

#957BCC (or 0x957BCC) is unknown color: approx True V. HEX triplet: 95, 7B and CC. RGB value is (149,123,204). Sum of RGB (Red+Green+Blue) = 149+123+204=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #957BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BCC is #6A8433. Grayscale: #8B8B8B. Windows color (decimal): -6980660 or 13400981. OLE color: 13400981.

HSL color Cylindrical-coordinate representation of color #957BCC: hue angle of 259.26º degrees, saturation: 0.44, 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 #957BCC is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB149123204-
CMYK0.270.4000.2
HSL259.26º44.26%64.12%-
HSV(B)259.26º39.71%80%-
XYZ30.3824.9260.33-
YUV140.01164.11134.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.30%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 204 (80.08% from 255) = 42.86%
R=31.30%
G=25.84%
B=42.86%

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
Decimal1491232040.270.4000.2259.2644.2664.12
Hex957BCC1B280141032c40
Octal225173314335002440354100
Binary10010101111101111001100110111010000101001000000111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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