#9782F8

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

Shades of Light Slate Blue #9782F8

Tints of Light Slate Blue #9782F8

Color information

#9782F8 (or 0x9782F8) is unknown color: approx Light Slate Blue. HEX triplet: 97, 82 and F8. RGB value is (151,130,248). Sum of RGB (Red+Green+Blue) = 151+130+248=529 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.54% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #9782F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9782F8 is #687D07. Grayscale: #959595. Windows color (decimal): -6847752 or 16286359. OLE color: 16286359.

HSL color Cylindrical-coordinate representation of color #9782F8: hue angle of 250.68º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9782F8 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB151130248-
CMYK0.390.4800.03
HSL250.68º89.39%74.12%-
HSV(B)250.68º47.58%97.25%-
XYZ37.6929.3292.48-
YUV149.73183.46128.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.54%
GREEN value IS 130 (51.17% from 255) = 24.57%
BLUE value IS 248 (97.27% from 255) = 46.88%
R=28.54%
G=24.57%
B=46.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1511302480.390.4800.03250.6889.3974.12
Hex9782F8273003fb594a
Octal227202370476003373131112
Binary1001011110000010111110001001111100000111111101110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9782F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9782F8; }

 p { color: rgb(151,130,248); }

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

<style>
 a { background-color: #9782F8; }

 a { background-color: rgb(151,130,248); }

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

<style>
 span { border-color: #9782F8; }

 span { border-color: rgb(151,130,248); }

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