#9182FD

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

Shades of Light Slate Blue #9182FD

Tints of Light Slate Blue #9182FD

Color information

#9182FD (or 0x9182FD) is unknown color: approx Light Slate Blue. HEX triplet: 91, 82 and FD. RGB value is (145,130,253). Sum of RGB (Red+Green+Blue) = 145+130+253=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #9182FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9182FD is #6E7D02. Grayscale: #949494. Windows color (decimal): -7240963 or 16614033. OLE color: 16614033.

HSL color Cylindrical-coordinate representation of color #9182FD: hue angle of 247.32º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9182FD is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB145130253-
CMYK0.430.4900.01
HSL247.32º96.85%75.1%-
HSV(B)247.32º48.62%99.22%-
XYZ37.3929.0896.57-
YUV148.51186.97125.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.46%
GREEN value IS 130 (51.17% from 255) = 24.62%
BLUE value IS 253 (99.22% from 255) = 47.92%
R=27.46%
G=24.62%
B=47.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1451302530.430.4900.01247.3296.8575.1
Hex9182FD2B3101f7614b
Octal221202375536101367141113
Binary100100011000001011111101101011110001011111011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9182FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9182FD; }

 p { color: rgb(145,130,253); }

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

<style>
 a { background-color: #9182FD; }

 a { background-color: rgb(145,130,253); }

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

<style>
 span { border-color: #9182FD; }

 span { border-color: rgb(145,130,253); }

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