#9658FC

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

Shades of Light Slate Blue #9658FC

Tints of Light Slate Blue #9658FC

Color information

#9658FC (or 0x9658FC) is unknown color: approx Light Slate Blue. HEX triplet: 96, 58 and FC. RGB value is (150,88,252). Sum of RGB (Red+Green+Blue) = 150+88+252=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #9658FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9658FC is #69A703. Grayscale: #7C7C7C. Windows color (decimal): -6924036 or 16537750. OLE color: 16537750.

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

Color convert

RGB15088252-
CMYK0.400.6500.01
HSL262.68º96.47%66.67%-
HSV(B)262.68º65.08%98.82%-
XYZ33.6420.4994.28-
YUV125.23199.54145.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 88 (34.77% from 255) = 17.96%
BLUE value IS 252 (98.83% from 255) = 51.43%
R=30.61%
G=17.96%
B=51.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal150882520.400.6500.01262.6896.4766.67
Hex9658FC2841011076043
Octal2261303745010101407140103
Binary1001011010110001111110010100010000010110000011111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9658FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,88,252); }

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

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

 a { background-color: rgb(150,88,252); }

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

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

 span { border-color: rgb(150,88,252); }

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