#9487EF

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

Shades of Light Slate Blue #9487EF

Tints of Light Slate Blue #9487EF

Color information

#9487EF (or 0x9487EF) is unknown color: approx Light Slate Blue. HEX triplet: 94, 87 and EF. RGB value is (148,135,239). Sum of RGB (Red+Green+Blue) = 148+135+239=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #9487EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9487EF is #6B7810. Grayscale: #969696. Windows color (decimal): -7043089 or 15697812. OLE color: 15697812.

HSL color Cylindrical-coordinate representation of color #9487EF: hue angle of 247.5º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9487EF is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB148135239-
CMYK0.380.4400.06
HSL247.5º76.47%73.33%-
HSV(B)247.5º43.51%93.73%-
XYZ36.4629.8685.5-
YUV150.74177.81126.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 135 (53.12% from 255) = 25.86%
BLUE value IS 239 (93.75% from 255) = 45.79%
R=28.35%
G=25.86%
B=45.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1481352390.380.4400.06247.576.4773.33
Hex9487EF262C06f84c49
Octal224207357465406370114111
Binary10010100100001111110111110011010110001101111100010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9487EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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