#9289F4

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

Shades of Light Slate Blue #9289F4

Tints of Light Slate Blue #9289F4

Color information

#9289F4 (or 0x9289F4) is unknown color: approx Light Slate Blue. HEX triplet: 92, 89 and F4. RGB value is (146,137,244). Sum of RGB (Red+Green+Blue) = 146+137+244=527 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.70% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 244 (95.70% from 255 or 46.30% from 527); Max value from RGB is 244 - color contains mainly: blue. Hex color #9289F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9289F4 is #6D760B. Grayscale: #979797. Windows color (decimal): -7173644 or 16026002. OLE color: 16026002.

HSL color Cylindrical-coordinate representation of color #9289F4: hue angle of 245.05º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9289F4 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB146137244-
CMYK0.400.4400.04
HSL245.05º82.95%74.71%-
HSV(B)245.05º43.85%95.69%-
XYZ37.1330.5389.52-
YUV151.89179.98123.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.70%
GREEN value IS 137 (53.91% from 255) = 26.00%
BLUE value IS 244 (95.70% from 255) = 46.30%
R=27.70%
G=26.00%
B=46.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1461372440.400.4400.04245.0582.9574.71
Hex9289F4282C04f5534b
Octal222211364505404365123113
Binary10010010100010011111010010100010110001001111010110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9289F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9289F4; }

 p { color: rgb(146,137,244); }

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

<style>
 a { background-color: #9289F4; }

 a { background-color: rgb(146,137,244); }

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

<style>
 span { border-color: #9289F4; }

 span { border-color: rgb(146,137,244); }

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