#9279F1

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

Shades of Light Slate Blue #9279F1

Tints of Light Slate Blue #9279F1

Color information

#9279F1 (or 0x9279F1) is unknown color: approx Light Slate Blue. HEX triplet: 92, 79 and F1. RGB value is (146,121,241). Sum of RGB (Red+Green+Blue) = 146+121+241=508 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.74% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #9279F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9279F1 is #6D860E. Grayscale: #8D8D8D. Windows color (decimal): -7177743 or 15825298. OLE color: 15825298.

HSL color Cylindrical-coordinate representation of color #9279F1: hue angle of 252.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9279F1 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146121241-
CMYK0.390.5000.05
HSL252.5º81.08%70.98%-
HSV(B)252.5º49.79%94.51%-
XYZ34.5726.1486.44-
YUV142.16183.78130.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.74%
GREEN value IS 121 (47.66% from 255) = 23.82%
BLUE value IS 241 (94.53% from 255) = 47.44%
R=28.74%
G=23.82%
B=47.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461212410.390.5000.05252.581.0870.98
Hex9279F1273205fc5147
Octal222171361476205374121107
Binary1001001011110011111000110011111001001011111110010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9279F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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