#9182FB

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

Shades of Light Slate Blue #9182FB

Tints of Light Slate Blue #9182FB

Color information

#9182FB (or 0x9182FB) is unknown color: approx Light Slate Blue. HEX triplet: 91, 82 and FB. RGB value is (145,130,251). Sum of RGB (Red+Green+Blue) = 145+130+251=526 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.57% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #9182FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9182FB is #6E7D04. Grayscale: #939393. Windows color (decimal): -7240965 or 16482961. OLE color: 16482961.

HSL color Cylindrical-coordinate representation of color #9182FB: hue angle of 247.44º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9182FB is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB145130251-
CMYK0.420.4800.02
HSL247.44º93.8%74.71%-
HSV(B)247.44º48.21%98.43%-
XYZ37.0728.9594.9-
YUV148.28185.97125.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.57%
GREEN value IS 130 (51.17% from 255) = 24.71%
BLUE value IS 251 (98.44% from 255) = 47.72%
R=27.57%
G=24.71%
B=47.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1451302510.420.4800.02247.4493.874.71
Hex9182FB2A3002f75e4b
Octal221202373526002367136113
Binary1001000110000010111110111010101100000101111011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9182FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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