#8262FA

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

Shades of Light Slate Blue #8262FA

Tints of Light Slate Blue #8262FA

Color information

#8262FA (or 0x8262FA) is unknown color: approx Light Slate Blue. HEX triplet: 82, 62 and FA. RGB value is (130,98,250). Sum of RGB (Red+Green+Blue) = 130+98+250=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #8262FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8262FA is #7D9D05. Grayscale: #7C7C7C. Windows color (decimal): -8232198 or 16409218. OLE color: 16409218.

HSL color Cylindrical-coordinate representation of color #8262FA: hue angle of 252.63º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8262FA is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13098250-
CMYK0.480.6100.02
HSL252.63º93.83%68.24%-
HSV(B)252.63º60.8%98.04%-
XYZ30.8320.3892.75-
YUV124.9198.6131.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.20%
GREEN value IS 98 (38.67% from 255) = 20.50%
BLUE value IS 250 (98.05% from 255) = 52.30%
R=27.20%
G=20.50%
B=52.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal130982500.480.6100.02252.6393.8368.24
Hex8262FA303D02fd5e44
Octal202142372607502375136104
Binary100000101100010111110101100001111010101111110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8262FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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