#9277F9

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

Shades of Light Slate Blue #9277F9

Tints of Light Slate Blue #9277F9

Color information

#9277F9 (or 0x9277F9) is unknown color: approx Light Slate Blue. HEX triplet: 92, 77 and F9. RGB value is (146,119,249). Sum of RGB (Red+Green+Blue) = 146+119+249=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #9277F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9277F9 is #6D8806. Grayscale: #8D8D8D. Windows color (decimal): -7178247 or 16349074. OLE color: 16349074.

HSL color Cylindrical-coordinate representation of color #9277F9: hue angle of 252.46º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9277F9 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146119249-
CMYK0.410.5200.02
HSL252.46º91.55%72.16%-
HSV(B)252.46º52.21%97.65%-
XYZ35.5526.1492.8-
YUV141.89188.45130.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.40%
GREEN value IS 119 (46.88% from 255) = 23.15%
BLUE value IS 249 (97.66% from 255) = 48.44%
R=28.40%
G=23.15%
B=48.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461192490.410.5200.02252.4691.5572.16
Hex9277F9293402fc5c48
Octal222167371516402374134110
Binary100100101110111111110011010011101000101111110010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9277F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9277F9; }

 p { color: rgb(146,119,249); }

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

<style>
 a { background-color: #9277F9; }

 a { background-color: rgb(146,119,249); }

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

<style>
 span { border-color: #9277F9; }

 span { border-color: rgb(146,119,249); }

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