#9487FF

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

Shades of Light Slate Blue #9487FF

Tints of Light Slate Blue #9487FF

Color information

#9487FF (or 0x9487FF) is unknown color: approx Light Slate Blue. HEX triplet: 94, 87 and FF. RGB value is (148,135,255). Sum of RGB (Red+Green+Blue) = 148+135+255=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 135 (53.12% from 255 or 25.09% 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 #9487FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9487FF is #6B7800. Grayscale: #989898. Windows color (decimal): -7043073 or 16746388. OLE color: 16746388.

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

Color convert

RGB148135255-
CMYK0.420.4700
HSL246.5º100%76.47%-
HSV(B)246.5º47.06%100%-
XYZ38.9330.8498.51-
YUV152.57185.81124.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.51%
GREEN value IS 135 (53.12% from 255) = 25.09%
BLUE value IS 255 (100% from 255) = 47.40%
R=27.51%
G=25.09%
B=47.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1481352550.420.4700246.510076.47
Hex9487FF2A2F00f6644c
Octal224207377525700366144114
Binary100101001000011111111111101010101111001111011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9487FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,135,255); }

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

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

 a { background-color: rgb(148,135,255); }

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

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

 span { border-color: rgb(148,135,255); }

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