#975EF9

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

Shades of Light Slate Blue #975EF9

Tints of Light Slate Blue #975EF9

Color information

#975EF9 (or 0x975EF9) is unknown color: approx Light Slate Blue. HEX triplet: 97, 5E and F9. RGB value is (151,94,249). Sum of RGB (Red+Green+Blue) = 151+94+249=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #975EF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975EF9 is #68A106. Grayscale: #808080. Windows color (decimal): -6856967 or 16342679. OLE color: 16342679.

HSL color Cylindrical-coordinate representation of color #975EF9: hue angle of 262.06º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #975EF9 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15194249-
CMYK0.390.6200.02
HSL262.06º92.81%67.25%-
HSV(B)262.06º62.25%97.65%-
XYZ33.8621.4291.97-
YUV128.71195.88143.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.57%
GREEN value IS 94 (37.11% from 255) = 19.03%
BLUE value IS 249 (97.66% from 255) = 50.40%
R=30.57%
G=19.03%
B=50.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal151942490.390.6200.02262.0692.8167.25
Hex975EF9273E021065d43
Octal227136371477602406135103
Binary1001011110111101111100110011111111001010000011010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,94,249); }

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

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

 a { background-color: rgb(151,94,249); }

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

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

 span { border-color: rgb(151,94,249); }

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