#9185FE

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

Shades of Light Slate Blue #9185FE

Tints of Light Slate Blue #9185FE

Color information

#9185FE (or 0x9185FE) is unknown color: approx Light Slate Blue. HEX triplet: 91, 85 and FE. RGB value is (145,133,254). Sum of RGB (Red+Green+Blue) = 145+133+254=532 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.26% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #9185FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9185FE is #6E7A01. Grayscale: #959595. Windows color (decimal): -7240194 or 16680337. OLE color: 16680337.

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

Color convert

RGB145133254-
CMYK0.430.4800.00
HSL245.95º98.37%75.88%-
HSV(B)245.95º47.64%99.61%-
XYZ37.9529.9597.55-
YUV150.38186.48124.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.26%
GREEN value IS 133 (52.34% from 255) = 25%
BLUE value IS 254 (99.61% from 255) = 47.74%
R=27.26%
G=25%
B=47.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1451332540.430.4800.00245.9598.3775.88
Hex9185FE2B3000f6624c
Octal221205376536000366142114
Binary100100011000010111111110101011110000001111011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9185FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9185FE; }

 p { color: rgb(145,133,254); }

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

<style>
 a { background-color: #9185FE; }

 a { background-color: rgb(145,133,254); }

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

<style>
 span { border-color: #9185FE; }

 span { border-color: rgb(145,133,254); }

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