#9183FF

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

Shades of Light Slate Blue #9183FF

Tints of Light Slate Blue #9183FF

Color information

#9183FF (or 0x9183FF) is unknown color: approx Light Slate Blue. HEX triplet: 91, 83 and FF. RGB value is (145,131,255). Sum of RGB (Red+Green+Blue) = 145+131+255=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #9183FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9183FF is #6E7C00. Grayscale: #949494. Windows color (decimal): -7240705 or 16745361. OLE color: 16745361.

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

Color convert

RGB145131255-
CMYK0.430.4900
HSL246.77º100%75.69%-
HSV(B)246.77º48.63%100%-
XYZ37.8429.4798.3-
YUV149.32187.64124.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.31%
GREEN value IS 131 (51.56% from 255) = 24.67%
BLUE value IS 255 (100% from 255) = 48.02%
R=27.31%
G=24.67%
B=48.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1451312550.430.4900246.7710075.69
Hex9183FF2B3100f7644c
Octal221203377536100367144114
Binary100100011000001111111111101011110001001111011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9183FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,131,255); }

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

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

 a { background-color: rgb(145,131,255); }

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

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

 span { border-color: rgb(145,131,255); }

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