#9D66FE

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

Shades of Light Slate Blue #9D66FE

Tints of Light Slate Blue #9D66FE

Color information

#9D66FE (or 0x9D66FE) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 66 and FE. RGB value is (157,102,254). Sum of RGB (Red+Green+Blue) = 157+102+254=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D66FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D66FE is #629901. Grayscale: #878787. Windows color (decimal): -6461698 or 16672413. OLE color: 16672413.

HSL color Cylindrical-coordinate representation of color #9D66FE: hue angle of 261.71º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D66FE is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB157102254-
CMYK0.380.6000.00
HSL261.71º98.7%69.8%-
HSV(B)261.71º59.84%99.61%-
XYZ36.5523.8396.44-
YUV135.77194.72143.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.60%
GREEN value IS 102 (40.23% from 255) = 19.88%
BLUE value IS 254 (99.61% from 255) = 49.51%
R=30.60%
G=19.88%
B=49.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1571022540.380.6000.00261.7198.769.8
Hex9D66FE263C001066346
Octal235146376467400406143106
Binary100111011100110111111101001101111000010000011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D66FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D66FE; }

 p { color: rgb(157,102,254); }

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

<style>
 a { background-color: #9D66FE; }

 a { background-color: rgb(157,102,254); }

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

<style>
 span { border-color: #9D66FE; }

 span { border-color: rgb(157,102,254); }

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