#9274F3

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

Shades of Light Slate Blue #9274F3

Tints of Light Slate Blue #9274F3

Color information

#9274F3 (or 0x9274F3) is unknown color: approx Light Slate Blue. HEX triplet: 92, 74 and F3. RGB value is (146,116,243). Sum of RGB (Red+Green+Blue) = 146+116+243=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #9274F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9274F3 is #6D8B0C. Grayscale: #8A8A8A. Windows color (decimal): -7179021 or 15955090. OLE color: 15955090.

HSL color Cylindrical-coordinate representation of color #9274F3: hue angle of 254.17º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9274F3 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146116243-
CMYK0.400.5200.05
HSL254.17º84.11%70.39%-
HSV(B)254.17º52.26%95.29%-
XYZ34.2825.0787.83-
YUV139.45186.44132.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.91%
GREEN value IS 116 (45.70% from 255) = 22.97%
BLUE value IS 243 (95.31% from 255) = 48.12%
R=28.91%
G=22.97%
B=48.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461162430.400.5200.05254.1784.1170.39
Hex9274F3283405fe5446
Octal222164363506405376124106
Binary1001001011101001111001110100011010001011111111010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9274F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9274F3; }

 p { color: rgb(146,116,243); }

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

<style>
 a { background-color: #9274F3; }

 a { background-color: rgb(146,116,243); }

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

<style>
 span { border-color: #9274F3; }

 span { border-color: rgb(146,116,243); }

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