#8278FF

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

Shades of Light Slate Blue #8278FF

Tints of Light Slate Blue #8278FF

Color information

#8278FF (or 0x8278FF) is unknown color: approx Light Slate Blue. HEX triplet: 82, 78 and FF. RGB value is (130,120,255). Sum of RGB (Red+Green+Blue) = 130+120+255=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #8278FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8278FF is #7D8700. Grayscale: #898989. Windows color (decimal): -8226561 or 16742530. OLE color: 16742530.

HSL color Cylindrical-coordinate representation of color #8278FF: hue angle of 244.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8278FF is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB130120255-
CMYK0.490.5300
HSL244.44º100%73.53%-
HSV(B)244.44º52.94%100%-
XYZ33.9725.497.72-
YUV138.38193.81122.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.74%
GREEN value IS 120 (47.27% from 255) = 23.76%
BLUE value IS 255 (100% from 255) = 50.50%
R=25.74%
G=23.76%
B=50.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1301202550.490.5300244.4410073.53
Hex8278FF313500f4644a
Octal202170377616500364144112
Binary10000010111100011111111110001110101001111010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8278FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8278FF; }

 p { color: rgb(130,120,255); }

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

<style>
 a { background-color: #8278FF; }

 a { background-color: rgb(130,120,255); }

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

<style>
 span { border-color: #8278FF; }

 span { border-color: rgb(130,120,255); }

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