#975DFE

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

Shades of Light Slate Blue #975DFE

Tints of Light Slate Blue #975DFE

Color information

#975DFE (or 0x975DFE) is unknown color: approx Light Slate Blue. HEX triplet: 97, 5D and FE. RGB value is (151,93,254). Sum of RGB (Red+Green+Blue) = 151+93+254=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #975DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975DFE is #68A201. Grayscale: #808080. Windows color (decimal): -6857218 or 16670103. OLE color: 16670103.

HSL color Cylindrical-coordinate representation of color #975DFE: hue angle of 261.61º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #975DFE is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB15193254-
CMYK0.410.6300.00
HSL261.61º98.77%68.04%-
HSV(B)261.61º63.39%99.61%-
XYZ34.5721.5696.11-
YUV128.7198.72143.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.32%
GREEN value IS 93 (36.72% from 255) = 18.67%
BLUE value IS 254 (99.61% from 255) = 51.00%
R=30.32%
G=18.67%
B=51.00%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal151932540.410.6300.00261.6198.7768.04
Hex975DFE293F001066344
Octal227135376517700406143104
Binary100101111011101111111101010011111110010000011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975DFE; }

 p { color: rgb(151,93,254); }

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

<style>
 a { background-color: #975DFE; }

 a { background-color: rgb(151,93,254); }

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

<style>
 span { border-color: #975DFE; }

 span { border-color: rgb(151,93,254); }

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