#9485F8

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

Shades of Light Slate Blue #9485F8

Tints of Light Slate Blue #9485F8

Color information

#9485F8 (or 0x9485F8) is unknown color: approx Light Slate Blue. HEX triplet: 94, 85 and F8. RGB value is (148,133,248). Sum of RGB (Red+Green+Blue) = 148+133+248=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 133 (52.34% from 255 or 25.14% 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 #9485F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9485F8 is #6B7A07. Grayscale: #969696. Windows color (decimal): -7043592 or 16287124. OLE color: 16287124.

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

Color convert

RGB148133248-
CMYK0.400.4600.03
HSL247.83º89.15%74.71%-
HSV(B)247.83º46.37%97.25%-
XYZ37.5429.8592.59-
YUV150.6182.97126.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.98%
GREEN value IS 133 (52.34% from 255) = 25.14%
BLUE value IS 248 (97.27% from 255) = 46.88%
R=27.98%
G=25.14%
B=46.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1481332480.400.4600.03247.8389.1574.71
Hex9485F8282E03f8594b
Octal224205370505603370131113
Binary1001010010000101111110001010001011100111111100010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9485F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,133,248); }

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

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

 a { background-color: rgb(148,133,248); }

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

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

 span { border-color: rgb(148,133,248); }

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