#8262FC

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

Shades of Light Slate Blue #8262FC

Tints of Light Slate Blue #8262FC

Color information

#8262FC (or 0x8262FC) is unknown color: approx Light Slate Blue. HEX triplet: 82, 62 and FC. RGB value is (130,98,252). Sum of RGB (Red+Green+Blue) = 130+98+252=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #8262FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8262FC is #7D9D03. Grayscale: #7C7C7C. Windows color (decimal): -8232196 or 16540290. OLE color: 16540290.

HSL color Cylindrical-coordinate representation of color #8262FC: hue angle of 252.47º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8262FC is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13098252-
CMYK0.480.6100.01
HSL252.47º96.25%68.63%-
HSV(B)252.47º61.11%98.82%-
XYZ31.1420.5194.41-
YUV125.12199.6131.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.08%
GREEN value IS 98 (38.67% from 255) = 20.42%
BLUE value IS 252 (98.83% from 255) = 52.5%
R=27.08%
G=20.42%
B=52.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal130982520.480.6100.01252.4796.2568.63
Hex8262FC303D01fc6045
Octal202142374607501374140105
Binary10000010110001011111100110000111101011111110011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8262FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8262FC; }

 p { color: rgb(130,98,252); }

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

<style>
 a { background-color: #8262FC; }

 a { background-color: rgb(130,98,252); }

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

<style>
 span { border-color: #8262FC; }

 span { border-color: rgb(130,98,252); }

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