#957BCE

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

Shades of True V #957BCE

Tints of True V #957BCE

Color information

#957BCE (or 0x957BCE) is unknown color: approx True V. HEX triplet: 95, 7B and CE. RGB value is (149,123,206). Sum of RGB (Red+Green+Blue) = 149+123+206=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #957BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BCE is #6A8431. Grayscale: #8B8B8B. Windows color (decimal): -6980658 or 13532053. OLE color: 13532053.

HSL color Cylindrical-coordinate representation of color #957BCE: hue angle of 258.8º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #957BCE is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149123206-
CMYK0.280.4000.19
HSL258.8º45.86%64.51%-
HSV(B)258.8º40.29%80.78%-
XYZ30.6225.0161.61-
YUV140.24165.11134.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 123 (48.44% from 255) = 25.73%
BLUE value IS 206 (80.86% from 255) = 43.10%
R=31.17%
G=25.73%
B=43.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491232060.280.4000.19258.845.8664.51
Hex957BCE1C280131032e41
Octal225173316345002340356101
Binary10010101111101111001110111001010000100111000000111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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