#9566FA

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

Shades of Light Slate Blue #9566FA

Tints of Light Slate Blue #9566FA

Color information

#9566FA (or 0x9566FA) is unknown color: approx Light Slate Blue. HEX triplet: 95, 66 and FA. RGB value is (149,102,250). Sum of RGB (Red+Green+Blue) = 149+102+250=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #9566FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9566FA is #6A9905. Grayscale: #848484. Windows color (decimal): -6985990 or 16410261. OLE color: 16410261.

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

Color convert

RGB149102250-
CMYK0.400.5900.02
HSL259.05º93.67%69.02%-
HSV(B)259.05º59.2%98.04%-
XYZ34.422.7993.03-
YUV132.92194.07139.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.74%
GREEN value IS 102 (40.23% from 255) = 20.36%
BLUE value IS 250 (98.05% from 255) = 49.90%
R=29.74%
G=20.36%
B=49.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491022500.400.5900.02259.0593.6769.02
Hex9566FA283B021035e45
Octal225146372507302403136105
Binary1001010111001101111101010100011101101010000001110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9566FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,102,250); }

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

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

 a { background-color: rgb(149,102,250); }

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

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

 span { border-color: rgb(149,102,250); }

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