#9488FF

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

Shades of Light Slate Blue #9488FF

Tints of Light Slate Blue #9488FF

Color information

#9488FF (or 0x9488FF) is unknown color: approx Light Slate Blue. HEX triplet: 94, 88 and FF. RGB value is (148,136,255). Sum of RGB (Red+Green+Blue) = 148+136+255=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #9488FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9488FF is #6B7700. Grayscale: #989898. Windows color (decimal): -7042817 or 16746644. OLE color: 16746644.

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

Color convert

RGB148136255-
CMYK0.420.4700
HSL246.05º100%76.67%-
HSV(B)246.05º46.67%100%-
XYZ39.0731.1298.56-
YUV153.15185.48124.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.46%
GREEN value IS 136 (53.52% from 255) = 25.23%
BLUE value IS 255 (100% from 255) = 47.31%
R=27.46%
G=25.23%
B=47.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1481362550.420.4700246.0510076.67
Hex9488FF2A2F00f6644d
Octal224210377525700366144115
Binary100101001000100011111111101010101111001111011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9488FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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