#9757FE

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

Shades of Light Slate Blue #9757FE

Tints of Light Slate Blue #9757FE

Color information

#9757FE (or 0x9757FE) is unknown color: approx Light Slate Blue. HEX triplet: 97, 57 and FE. RGB value is (151,87,254). Sum of RGB (Red+Green+Blue) = 151+87+254=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #9757FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9757FE is #68A801. Grayscale: #7C7C7C. Windows color (decimal): -6858754 or 16668567. OLE color: 16668567.

HSL color Cylindrical-coordinate representation of color #9757FE: hue angle of 262.99º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9757FE is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB15187254-
CMYK0.410.6600.00
HSL262.99º98.82%66.86%-
HSV(B)262.99º65.75%99.61%-
XYZ34.0620.5595.94-
YUV125.17200.7146.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.69%
GREEN value IS 87 (34.38% from 255) = 17.68%
BLUE value IS 254 (99.61% from 255) = 51.63%
R=30.69%
G=17.68%
B=51.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal151872540.410.6600.00262.9998.8266.86
Hex9757FE2942001076343
Octal2271273765110200407143103
Binary1001011110101111111111010100110000100010000011111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9757FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9757FE; }

 p { color: rgb(151,87,254); }

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

<style>
 a { background-color: #9757FE; }

 a { background-color: rgb(151,87,254); }

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

<style>
 span { border-color: #9757FE; }

 span { border-color: rgb(151,87,254); }

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