#9784FF

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

Shades of Light Slate Blue #9784FF

Tints of Light Slate Blue #9784FF

Color information

#9784FF (or 0x9784FF) is unknown color: approx Light Slate Blue. HEX triplet: 97, 84 and FF. RGB value is (151,132,255). Sum of RGB (Red+Green+Blue) = 151+132+255=538 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.07% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #9784FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9784FF is #687B00. Grayscale: #979797. Windows color (decimal): -6847233 or 16745623. OLE color: 16745623.

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

Color convert

RGB151132255-
CMYK0.410.4800
HSL249.27º100%75.88%-
HSV(B)249.27º48.24%100%-
XYZ39.0630.398.4-
YUV151.7186.29127.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.07%
GREEN value IS 132 (51.95% from 255) = 24.54%
BLUE value IS 255 (100% from 255) = 47.40%
R=28.07%
G=24.54%
B=47.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1511322550.410.4800249.2710075.88
Hex9784FF293000f9644c
Octal227204377516000371144114
Binary100101111000010011111111101001110000001111100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9784FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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