#9755FA

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

Shades of Light Slate Blue #9755FA

Tints of Light Slate Blue #9755FA

Color information

#9755FA (or 0x9755FA) is unknown color: approx Light Slate Blue. HEX triplet: 97, 55 and FA. RGB value is (151,85,250). Sum of RGB (Red+Green+Blue) = 151+85+250=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #9755FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9755FA is #68AA05. Grayscale: #7A7A7A. Windows color (decimal): -6859270 or 16405911. OLE color: 16405911.

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

Color convert

RGB15185250-
CMYK0.400.6600.02
HSL264º94.29%65.69%-
HSV(B)264º66%98.04%-
XYZ33.2719.9892.55-
YUV123.54199.37147.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.07%
GREEN value IS 85 (33.59% from 255) = 17.49%
BLUE value IS 250 (98.05% from 255) = 51.44%
R=31.07%
G=17.49%
B=51.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal151852500.400.6600.0226494.2965.69
Hex9755FA2842021085e42
Octal2271253725010202410136102
Binary10010111101010111111010101000100001001010000100010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9755FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9755FA; }

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

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

<style>
 a { background-color: #9755FA; }

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

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

<style>
 span { border-color: #9755FA; }

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

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