#9387FF

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

Shades of Light Slate Blue #9387FF

Tints of Light Slate Blue #9387FF

Color information

#9387FF (or 0x9387FF) is unknown color: approx Light Slate Blue. HEX triplet: 93, 87 and FF. RGB value is (147,135,255). Sum of RGB (Red+Green+Blue) = 147+135+255=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #9387FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9387FF is #6C7800. Grayscale: #979797. Windows color (decimal): -7108609 or 16746387. OLE color: 16746387.

HSL color Cylindrical-coordinate representation of color #9387FF: hue angle of 246º 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 #9387FF is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB147135255-
CMYK0.420.4700
HSL246º100%76.47%-
HSV(B)246º47.06%100%-
XYZ38.7530.7598.5-
YUV152.27185.98124.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.37%
GREEN value IS 135 (53.12% from 255) = 25.14%
BLUE value IS 255 (100% from 255) = 47.49%
R=27.37%
G=25.14%
B=47.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1471352550.420.470024610076.47
Hex9387FF2A2F00f6644c
Octal223207377525700366144114
Binary100100111000011111111111101010101111001111011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9387FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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