#9E6FFA

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

Shades of Light Slate Blue #9E6FFA

Tints of Light Slate Blue #9E6FFA

Color information

#9E6FFA (or 0x9E6FFA) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 6F and FA. RGB value is (158,111,250). Sum of RGB (Red+Green+Blue) = 158+111+250=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E6FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6FFA is #619005. Grayscale: #8C8C8C. Windows color (decimal): -6393862 or 16412574. OLE color: 16412574.

HSL color Cylindrical-coordinate representation of color #9E6FFA: hue angle of 260.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E6FFA is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158111250-
CMYK0.370.5600.02
HSL260.29º93.29%70.78%-
HSV(B)260.29º55.6%98.04%-
XYZ37.0425.5493.42-
YUV140.9189.57140.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.44%
GREEN value IS 111 (43.75% from 255) = 21.39%
BLUE value IS 250 (98.05% from 255) = 48.17%
R=30.44%
G=21.39%
B=48.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581112500.370.5600.02260.2993.2970.78
Hex9E6FFA2538021045d47
Octal236157372457002404135107
Binary1001111011011111111101010010111100001010000010010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,111,250); }

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

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

 a { background-color: rgb(158,111,250); }

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

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

 span { border-color: rgb(158,111,250); }

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