#8269f1

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

Shades of Medium Slate Blue #8269F1

Tints of Medium Slate Blue #8269F1

Color information

#8269F1 (or 0x8269F1) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 69 and F1. RGB value is (130,105,241). Sum of RGB (Red+Green+Blue) = 130+105+241=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #8269F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8269F1 is #7D960E. Grayscale: #7F7F7F. Windows color (decimal): -8230415 or 15821186. OLE color: 15821186.

HSL color Cylindrical-coordinate representation of color #8269F1: hue angle of 251.03º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8269F1 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB130105241-
CMYK0.460.5600.05
HSL251.03º82.93%67.84%-
HSV(B)251.03º56.43%94.51%-
XYZ30.1321.285.72-
YUV127.98191.78129.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.31%
GREEN value IS 105 (41.41% from 255) = 22.06%
BLUE value IS 241 (94.53% from 255) = 50.63%
R=27.31%
G=22.06%
B=50.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1301052410.460.5600.05251.0382.9367.84
Hex8269F12E3805fb5344
Octal202151361567005373123104
Binary1000001011010011111000110111011100001011111101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8269f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8269f1; }

 p { color: rgb(130,105,241); }

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

<style>
 a { background-color: #8269f1; }

 a { background-color: rgb(130,105,241); }

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

<style>
 span { border-color: #8269f1; }

 span { border-color: rgb(130,105,241); }

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