#9271F2

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

Shades of Light Slate Blue #9271F2

Tints of Light Slate Blue #9271F2

Color information

#9271F2 (or 0x9271F2) is unknown color: approx Light Slate Blue. HEX triplet: 92, 71 and F2. RGB value is (146,113,242). Sum of RGB (Red+Green+Blue) = 146+113+242=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #9271F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9271F2 is #6D8E0D. Grayscale: #898989. Windows color (decimal): -7179790 or 15888786. OLE color: 15888786.

HSL color Cylindrical-coordinate representation of color #9271F2: hue angle of 255.35º degrees, saturation: 0.83, 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 #9271F2 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146113242-
CMYK0.400.5300.05
HSL255.35º83.23%69.61%-
HSV(B)255.35º53.31%94.9%-
XYZ33.7924.3386.92-
YUV137.57186.93134.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.14%
GREEN value IS 113 (44.53% from 255) = 22.55%
BLUE value IS 242 (94.92% from 255) = 48.30%
R=29.14%
G=22.55%
B=48.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461132420.400.5300.05255.3583.2369.61
Hex9271F2283505ff5346
Octal222161362506505377123106
Binary1001001011100011111001010100011010101011111111110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9271F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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