#9264F7

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

Shades of Light Slate Blue #9264F7

Tints of Light Slate Blue #9264F7

Color information

#9264F7 (or 0x9264F7) is unknown color: approx Light Slate Blue. HEX triplet: 92, 64 and F7. RGB value is (146,100,247). Sum of RGB (Red+Green+Blue) = 146+100+247=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #9264F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9264F7 is #6D9B08. Grayscale: #818181. Windows color (decimal): -7183113 or 16213138. OLE color: 16213138.

HSL color Cylindrical-coordinate representation of color #9264F7: hue angle of 258.78º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9264F7 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB146100247-
CMYK0.410.6000.03
HSL258.78º90.18%68.04%-
HSV(B)258.78º59.51%96.86%-
XYZ33.221.9490.48-
YUV130.51193.74139.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.61%
GREEN value IS 100 (39.45% from 255) = 20.28%
BLUE value IS 247 (96.88% from 255) = 50.10%
R=29.61%
G=20.28%
B=50.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1461002470.410.6000.03258.7890.1868.04
Hex9264F7293C031035a44
Octal222144367517403403132104
Binary1001001011001001111011110100111110001110000001110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9264F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9264F7; }

 p { color: rgb(146,100,247); }

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

<style>
 a { background-color: #9264F7; }

 a { background-color: rgb(146,100,247); }

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

<style>
 span { border-color: #9264F7; }

 span { border-color: rgb(146,100,247); }

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