#9784FA

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

Shades of Light Slate Blue #9784FA

Tints of Light Slate Blue #9784FA

Color information

#9784FA (or 0x9784FA) is unknown color: approx Light Slate Blue. HEX triplet: 97, 84 and FA. RGB value is (151,132,250). Sum of RGB (Red+Green+Blue) = 151+132+250=533 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.33% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #9784FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9784FA is #687B05. Grayscale: #969696. Windows color (decimal): -6847238 or 16417943. OLE color: 16417943.

HSL color Cylindrical-coordinate representation of color #9784FA: hue angle of 249.66º degrees, saturation: 0.92, 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 #9784FA is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151132250-
CMYK0.400.4700.02
HSL249.66º92.19%74.9%-
HSV(B)249.66º47.2%98.04%-
XYZ38.2729.9894.21-
YUV151.13183.79127.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.33%
GREEN value IS 132 (51.95% from 255) = 24.77%
BLUE value IS 250 (98.05% from 255) = 46.90%
R=28.33%
G=24.77%
B=46.90%

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
Decimal1511322500.400.4700.02249.6692.1974.9
Hex9784FA282F02fa5c4b
Octal227204372505702372134113
Binary1001011110000100111110101010001011110101111101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9784FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9784FA; }

 p { color: rgb(151,132,250); }

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

<style>
 a { background-color: #9784FA; }

 a { background-color: rgb(151,132,250); }

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

<style>
 span { border-color: #9784FA; }

 span { border-color: rgb(151,132,250); }

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