#9753FB

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

Shades of Light Slate Blue #9753FB

Tints of Light Slate Blue #9753FB

Color information

#9753FB (or 0x9753FB) is unknown color: approx Light Slate Blue. HEX triplet: 97, 53 and FB. RGB value is (151,83,251). Sum of RGB (Red+Green+Blue) = 151+83+251=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #9753FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9753FB is #68AC04. Grayscale: #797979. Windows color (decimal): -6859781 or 16470935. OLE color: 16470935.

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

Color convert

RGB15183251-
CMYK0.400.6700.02
HSL264.29º95.45%65.49%-
HSV(B)264.29º66.93%98.43%-
XYZ33.2719.7393.32-
YUV122.48200.53148.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.13%
GREEN value IS 83 (32.81% from 255) = 17.11%
BLUE value IS 251 (98.44% from 255) = 51.75%
R=31.13%
G=17.11%
B=51.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal151832510.400.6700.02264.2995.4565.49
Hex9753FB2843021085f41
Octal2271233735010302410137101
Binary10010111101001111111011101000100001101010000100010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9753FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9753FB; }

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

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

<style>
 a { background-color: #9753FB; }

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

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

<style>
 span { border-color: #9753FB; }

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

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