#9180FC

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

Shades of Light Slate Blue #9180FC

Tints of Light Slate Blue #9180FC

Color information

#9180FC (or 0x9180FC) is unknown color: approx Light Slate Blue. HEX triplet: 91, 80 and FC. RGB value is (145,128,252). Sum of RGB (Red+Green+Blue) = 145+128+252=525 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.62% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #9180FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9180FC is #6E7F03. Grayscale: #929292. Windows color (decimal): -7241476 or 16547985. OLE color: 16547985.

HSL color Cylindrical-coordinate representation of color #9180FC: hue angle of 248.23º degrees, saturation: 0.95, 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 #9180FC is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB145128252-
CMYK0.420.4900.01
HSL248.23º95.38%74.51%-
HSV(B)248.23º49.21%98.82%-
XYZ36.9728.4995.65-
YUV147.22187.13126.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.62%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 252 (98.83% from 255) = 48%
R=27.62%
G=24.38%
B=48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1451282520.420.4900.01248.2395.3874.51
Hex9180FC2A3101f85f4b
Octal221200374526101370137113
Binary100100011000000011111100101010110001011111100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9180FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9180FC; }

 p { color: rgb(145,128,252); }

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

<style>
 a { background-color: #9180FC; }

 a { background-color: rgb(145,128,252); }

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

<style>
 span { border-color: #9180FC; }

 span { border-color: rgb(145,128,252); }

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