#9684FB

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

Shades of Light Slate Blue #9684FB

Tints of Light Slate Blue #9684FB

Color information

#9684FB (or 0x9684FB) is unknown color: approx Light Slate Blue. HEX triplet: 96, 84 and FB. RGB value is (150,132,251). Sum of RGB (Red+Green+Blue) = 150+132+251=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #9684FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9684FB is #697B04. Grayscale: #969696. Windows color (decimal): -6912773 or 16483478. OLE color: 16483478.

HSL color Cylindrical-coordinate representation of color #9684FB: hue angle of 249.08º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9684FB is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150132251-
CMYK0.400.4700.02
HSL249.08º93.7%75.1%-
HSV(B)249.08º47.41%98.43%-
XYZ38.2429.9595.03-
YUV150.95184.46127.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.14%
GREEN value IS 132 (51.95% from 255) = 24.77%
BLUE value IS 251 (98.44% from 255) = 47.09%
R=28.14%
G=24.77%
B=47.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501322510.400.4700.02249.0893.775.1
Hex9684FB282F02f95e4b
Octal226204373505702371136113
Binary1001011010000100111110111010001011110101111100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9684FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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