#9271F5

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

Shades of Light Slate Blue #9271F5

Tints of Light Slate Blue #9271F5

Color information

#9271F5 (or 0x9271F5) is unknown color: approx Light Slate Blue. HEX triplet: 92, 71 and F5. RGB value is (146,113,245). Sum of RGB (Red+Green+Blue) = 146+113+245=504 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.97% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 245 - color contains mainly: blue. Hex color #9271F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9271F5 is #6D8E0A. Grayscale: #898989. Windows color (decimal): -7179787 or 16085394. OLE color: 16085394.

HSL color Cylindrical-coordinate representation of color #9271F5: hue angle of 255º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9271F5 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB146113245-
CMYK0.400.5400.04
HSL255º86.84%70.2%-
HSV(B)255º53.88%96.08%-
XYZ34.2424.5189.31-
YUV137.92188.43133.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.97%
GREEN value IS 113 (44.53% from 255) = 22.42%
BLUE value IS 245 (96.09% from 255) = 48.61%
R=28.97%
G=22.42%
B=48.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1461132450.400.5400.0425586.8470.2
Hex9271F5283604ff5746
Octal222161365506604377127106
Binary1001001011100011111010110100011011001001111111110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9271F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9271F5; }

 p { color: rgb(146,113,245); }

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

<style>
 a { background-color: #9271F5; }

 a { background-color: rgb(146,113,245); }

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

<style>
 span { border-color: #9271F5; }

 span { border-color: rgb(146,113,245); }

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