#975FFA

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

Shades of Light Slate Blue #975FFA

Tints of Light Slate Blue #975FFA

Color information

#975FFA (or 0x975FFA) is unknown color: approx Light Slate Blue. HEX triplet: 97, 5F and FA. RGB value is (151,95,250). Sum of RGB (Red+Green+Blue) = 151+95+250=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #975FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975FFA is #68A005. Grayscale: #808080. Windows color (decimal): -6856710 or 16408471. OLE color: 16408471.

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

Color convert

RGB15195250-
CMYK0.400.6200.02
HSL261.68º93.94%67.65%-
HSV(B)261.68º62%98.04%-
XYZ34.1121.6792.83-
YUV129.41196.05143.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.44%
GREEN value IS 95 (37.5% from 255) = 19.15%
BLUE value IS 250 (98.05% from 255) = 50.40%
R=30.44%
G=19.15%
B=50.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal151952500.400.6200.02261.6893.9467.65
Hex975FFA283E021065e44
Octal227137372507602406136104
Binary1001011110111111111101010100011111001010000011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,95,250); }

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

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

 a { background-color: rgb(151,95,250); }

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

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

 span { border-color: rgb(151,95,250); }

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