#996EF8

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

Shades of Light Slate Blue #996EF8

Tints of Light Slate Blue #996EF8

Color information

#996EF8 (or 0x996EF8) is unknown color: approx Light Slate Blue. HEX triplet: 99, 6E and F8. RGB value is (153,110,248). Sum of RGB (Red+Green+Blue) = 153+110+248=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #996EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996EF8 is #669107. Grayscale: #8A8A8A. Windows color (decimal): -6721800 or 16281241. OLE color: 16281241.

HSL color Cylindrical-coordinate representation of color #996EF8: hue angle of 258.7º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #996EF8 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB153110248-
CMYK0.380.5600.03
HSL258.7º90.79%70.2%-
HSV(B)258.7º55.65%97.25%-
XYZ35.6624.791.7-
YUV138.59189.75138.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.94%
GREEN value IS 110 (43.36% from 255) = 21.53%
BLUE value IS 248 (97.27% from 255) = 48.53%
R=29.94%
G=21.53%
B=48.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1531102480.380.5600.03258.790.7970.2
Hex996EF82638031035b46
Octal231156370467003403133106
Binary1001100111011101111100010011011100001110000001110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,110,248); }

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

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

 a { background-color: rgb(153,110,248); }

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

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

 span { border-color: rgb(153,110,248); }

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