#957BFC

Color #957BFC Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #957BFC

Tints of Light Slate Blue #957BFC

Color information

#957BFC (or 0x957BFC) is unknown color: approx Light Slate Blue. HEX triplet: 95, 7B and FC. RGB value is (149,123,252). Sum of RGB (Red+Green+Blue) = 149+123+252=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #957BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957BFC is #6A8403. Grayscale: #909090. Windows color (decimal): -6980612 or 16546709. OLE color: 16546709.

HSL color Cylindrical-coordinate representation of color #957BFC: hue angle of 252.09º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #957BFC is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB149123252-
CMYK0.410.5100.01
HSL252.09º95.56%73.53%-
HSV(B)252.09º51.19%98.82%-
XYZ37.0527.5895.47-
YUV145.48188.11130.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.44%
GREEN value IS 123 (48.44% from 255) = 23.47%
BLUE value IS 252 (98.83% from 255) = 48.09%
R=28.44%
G=23.47%
B=48.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1491232520.410.5100.01252.0995.5673.53
Hex957BFC293301fc604a
Octal225173374516301374140112
Binary10010101111101111111100101001110011011111110011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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