#8266F9

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

Shades of Light Slate Blue #8266F9

Tints of Light Slate Blue #8266F9

Color information

#8266F9 (or 0x8266F9) is unknown color: approx Light Slate Blue. HEX triplet: 82, 66 and F9. RGB value is (130,102,249). Sum of RGB (Red+Green+Blue) = 130+102+249=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #8266F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8266F9 is #7D9906. Grayscale: #7E7E7E. Windows color (decimal): -8231175 or 16344706. OLE color: 16344706.

HSL color Cylindrical-coordinate representation of color #8266F9: hue angle of 251.43º degrees, saturation: 0.92, 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 #8266F9 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130102249-
CMYK0.480.5900.02
HSL251.43º92.45%68.82%-
HSV(B)251.43º59.04%97.65%-
XYZ31.0621.0992.06-
YUV127.13196.78130.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.03%
GREEN value IS 102 (40.23% from 255) = 21.21%
BLUE value IS 249 (97.66% from 255) = 51.77%
R=27.03%
G=21.21%
B=51.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301022490.480.5900.02251.4392.4568.82
Hex8266F9303B02fb5c45
Octal202146371607302373134105
Binary100000101100110111110011100001110110101111101110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8266F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8266F9; }

 p { color: rgb(130,102,249); }

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

<style>
 a { background-color: #8266F9; }

 a { background-color: rgb(130,102,249); }

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

<style>
 span { border-color: #8266F9; }

 span { border-color: rgb(130,102,249); }

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