#9684FE

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

Shades of Light Slate Blue #9684FE

Tints of Light Slate Blue #9684FE

Color information

#9684FE (or 0x9684FE) is unknown color: approx Light Slate Blue. HEX triplet: 96, 84 and FE. RGB value is (150,132,254). Sum of RGB (Red+Green+Blue) = 150+132+254=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #9684FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9684FE is #697B01. Grayscale: #969696. Windows color (decimal): -6912770 or 16680086. OLE color: 16680086.

HSL color Cylindrical-coordinate representation of color #9684FE: hue angle of 248.85º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9684FE is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB150132254-
CMYK0.410.4800.00
HSL248.85º98.39%75.69%-
HSV(B)248.85º48.03%99.61%-
XYZ38.7230.1497.54-
YUV151.29185.96127.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.99%
GREEN value IS 132 (51.95% from 255) = 24.63%
BLUE value IS 254 (99.61% from 255) = 47.39%
R=27.99%
G=24.63%
B=47.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1501322540.410.4800.00248.8598.3975.69
Hex9684FE293000f9624c
Octal226204376516000371142114
Binary100101101000010011111110101001110000001111100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9684FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9684FE; }

 p { color: rgb(150,132,254); }

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

<style>
 a { background-color: #9684FE; }

 a { background-color: rgb(150,132,254); }

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

<style>
 span { border-color: #9684FE; }

 span { border-color: rgb(150,132,254); }

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