#9754FC

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

Shades of Light Slate Blue #9754FC

Tints of Light Slate Blue #9754FC

Color information

#9754FC (or 0x9754FC) is unknown color: approx Light Slate Blue. HEX triplet: 97, 54 and FC. RGB value is (151,84,252). Sum of RGB (Red+Green+Blue) = 151+84+252=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #9754FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9754FC is #68AB03. Grayscale: #7A7A7A. Windows color (decimal): -6859524 or 16536727. OLE color: 16536727.

HSL color Cylindrical-coordinate representation of color #9754FC: hue angle of 263.93º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9754FC is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15184252-
CMYK0.400.6700.01
HSL263.93º96.55%65.88%-
HSV(B)263.93º66.67%98.82%-
XYZ33.519.9594.18-
YUV123.18200.7147.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.01%
GREEN value IS 84 (33.20% from 255) = 17.25%
BLUE value IS 252 (98.83% from 255) = 51.75%
R=31.01%
G=17.25%
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.01
SystemRedGreenBlueCMYKHSL
Decimal151842520.400.6700.01263.9396.5565.88
Hex9754FC2843011086142
Octal2271243745010301410141102
Binary1001011110101001111110010100010000110110000100011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9754FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9754FC; }

 p { color: rgb(151,84,252); }

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

<style>
 a { background-color: #9754FC; }

 a { background-color: rgb(151,84,252); }

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

<style>
 span { border-color: #9754FC; }

 span { border-color: rgb(151,84,252); }

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