#9267FA

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

Shades of Light Slate Blue #9267FA

Tints of Light Slate Blue #9267FA

Color information

#9267FA (or 0x9267FA) is unknown color: approx Light Slate Blue. HEX triplet: 92, 67 and FA. RGB value is (146,103,250). Sum of RGB (Red+Green+Blue) = 146+103+250=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #9267FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9267FA is #6D9805. Grayscale: #848484. Windows color (decimal): -7182342 or 16410514. OLE color: 16410514.

HSL color Cylindrical-coordinate representation of color #9267FA: hue angle of 257.55º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9267FA is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146103250-
CMYK0.420.5900.02
HSL257.55º93.63%69.22%-
HSV(B)257.55º58.8%98.04%-
XYZ33.9622.7193.04-
YUV132.62194.25137.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.26%
GREEN value IS 103 (40.62% from 255) = 20.64%
BLUE value IS 250 (98.05% from 255) = 50.10%
R=29.26%
G=20.64%
B=50.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1461032500.420.5900.02257.5593.6369.22
Hex9267FA2A3B021025e45
Octal222147372527302402136105
Binary1001001011001111111101010101011101101010000001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9267FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9267FA; }

 p { color: rgb(146,103,250); }

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

<style>
 a { background-color: #9267FA; }

 a { background-color: rgb(146,103,250); }

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

<style>
 span { border-color: #9267FA; }

 span { border-color: rgb(146,103,250); }

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