#996DFA

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

Shades of Light Slate Blue #996DFA

Tints of Light Slate Blue #996DFA

Color information

#996DFA (or 0x996DFA) is unknown color: approx Light Slate Blue. HEX triplet: 99, 6D and FA. RGB value is (153,109,250). Sum of RGB (Red+Green+Blue) = 153+109+250=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #996DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996DFA is #669205. Grayscale: #898989. Windows color (decimal): -6722054 or 16412057. OLE color: 16412057.

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

Color convert

RGB153109250-
CMYK0.390.5600.02
HSL258.72º93.38%70.39%-
HSV(B)258.72º56.4%98.04%-
XYZ35.8624.6193.3-
YUV138.23191.08138.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.88%
GREEN value IS 109 (42.97% from 255) = 21.29%
BLUE value IS 250 (98.05% from 255) = 48.83%
R=29.88%
G=21.29%
B=48.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531092500.390.5600.02258.7293.3870.39
Hex996DFA2738021035d46
Octal231155372477002403135106
Binary1001100111011011111101010011111100001010000001110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996DFA; }

 p { color: rgb(153,109,250); }

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

<style>
 a { background-color: #996DFA; }

 a { background-color: rgb(153,109,250); }

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

<style>
 span { border-color: #996DFA; }

 span { border-color: rgb(153,109,250); }

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