#9758FE

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

Shades of Light Slate Blue #9758FE

Tints of Light Slate Blue #9758FE

Color information

#9758FE (or 0x9758FE) is unknown color: approx Light Slate Blue. HEX triplet: 97, 58 and FE. RGB value is (151,88,254). Sum of RGB (Red+Green+Blue) = 151+88+254=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #9758FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9758FE is #68A701. Grayscale: #7D7D7D. Windows color (decimal): -6858498 or 16668823. OLE color: 16668823.

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

Color convert

RGB15188254-
CMYK0.410.6500.00
HSL262.77º98.81%67.06%-
HSV(B)262.77º65.35%99.61%-
XYZ34.1420.7195.96-
YUV125.76200.37146-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.63%
GREEN value IS 88 (34.77% from 255) = 17.85%
BLUE value IS 254 (99.61% from 255) = 51.52%
R=30.63%
G=17.85%
B=51.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal151882540.410.6500.00262.7798.8167.06
Hex9758FE2941001076343
Octal2271303765110100407143103
Binary1001011110110001111111010100110000010010000011111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9758FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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