#9281EE

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

Shades of Light Slate Blue #9281EE

Tints of Light Slate Blue #9281EE

Color information

#9281EE (or 0x9281EE) is unknown color: approx Light Slate Blue. HEX triplet: 92, 81 and EE. RGB value is (146,129,238). Sum of RGB (Red+Green+Blue) = 146+129+238=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #9281EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9281EE is #6D7E11. Grayscale: #929292. Windows color (decimal): -7175698 or 15630738. OLE color: 15630738.

HSL color Cylindrical-coordinate representation of color #9281EE: hue angle of 249.36º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9281EE is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146129238-
CMYK0.390.4600.07
HSL249.36º76.22%71.96%-
HSV(B)249.36º45.8%93.33%-
XYZ35.1427.9884.44-
YUV146.51179.63127.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.46%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 238 (93.36% from 255) = 46.39%
R=28.46%
G=25.15%
B=46.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461292380.390.4600.07249.3676.2271.96
Hex9281EE272E07f94c48
Octal222201356475607371114110
Binary10010010100000011110111010011110111001111111100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9281EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9281EE; }

 p { color: rgb(146,129,238); }

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

<style>
 a { background-color: #9281EE; }

 a { background-color: rgb(146,129,238); }

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

<style>
 span { border-color: #9281EE; }

 span { border-color: rgb(146,129,238); }

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