#9272F1

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

Shades of Light Slate Blue #9272F1

Tints of Light Slate Blue #9272F1

Color information

#9272F1 (or 0x9272F1) is unknown color: approx Light Slate Blue. HEX triplet: 92, 72 and F1. RGB value is (146,114,241). Sum of RGB (Red+Green+Blue) = 146+114+241=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #9272F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9272F1 is #6D8D0E. Grayscale: #898989. Windows color (decimal): -7179535 or 15823506. OLE color: 15823506.

HSL color Cylindrical-coordinate representation of color #9272F1: hue angle of 255.12º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9272F1 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146114241-
CMYK0.390.5300.05
HSL255.12º81.94%69.61%-
HSV(B)255.12º52.7%94.51%-
XYZ33.7524.586.17-
YUV138.05186.1133.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.14%
GREEN value IS 114 (44.92% from 255) = 22.75%
BLUE value IS 241 (94.53% from 255) = 48.10%
R=29.14%
G=22.75%
B=48.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461142410.390.5300.05255.1281.9469.61
Hex9272F1273505ff5246
Octal222162361476505377122106
Binary1001001011100101111000110011111010101011111111110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9272F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9272F1; }

 p { color: rgb(146,114,241); }

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

<style>
 a { background-color: #9272F1; }

 a { background-color: rgb(146,114,241); }

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

<style>
 span { border-color: #9272F1; }

 span { border-color: rgb(146,114,241); }

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