#975AFB

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

Shades of Light Slate Blue #975AFB

Tints of Light Slate Blue #975AFB

Color information

#975AFB (or 0x975AFB) is unknown color: approx Light Slate Blue. HEX triplet: 97, 5A and FB. RGB value is (151,90,251). Sum of RGB (Red+Green+Blue) = 151+90+251=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #975AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975AFB is #68A504. Grayscale: #7E7E7E. Windows color (decimal): -6857989 or 16472727. OLE color: 16472727.

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

Color convert

RGB15190251-
CMYK0.400.6400.02
HSL262.73º95.27%66.86%-
HSV(B)262.73º64.14%98.43%-
XYZ33.8320.8693.51-
YUV126.59198.21145.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.69%
GREEN value IS 90 (35.55% from 255) = 18.29%
BLUE value IS 251 (98.44% from 255) = 51.02%
R=30.69%
G=18.29%
B=51.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal151902510.400.6400.02262.7395.2766.86
Hex975AFB2840021075f43
Octal2271323735010002407137103
Binary10010111101101011111011101000100000001010000011110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,90,251); }

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

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

 a { background-color: rgb(151,90,251); }

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

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

 span { border-color: rgb(151,90,251); }

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