#8284FF

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

Shades of Light Slate Blue #8284FF

Tints of Light Slate Blue #8284FF

Color information

#8284FF (or 0x8284FF) is unknown color: approx Light Slate Blue. HEX triplet: 82, 84 and FF. RGB value is (130,132,255). Sum of RGB (Red+Green+Blue) = 130+132+255=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #8284FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8284FF is #7D7B00. Grayscale: #909090. Windows color (decimal): -8223489 or 16745602. OLE color: 16745602.

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

Color convert

RGB130132255-
CMYK0.490.4800
HSL239.04º100%75.49%-
HSV(B)239.04º49.02%100%-
XYZ35.5128.4798.23-
YUV145.42189.84117-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.15%
GREEN value IS 132 (51.95% from 255) = 25.53%
BLUE value IS 255 (100% from 255) = 49.32%
R=25.15%
G=25.53%
B=49.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1301322550.490.4800239.0410075.49
Hex8284FF313000ef644b
Octal202204377616000357144113
Binary100000101000010011111111110001110000001110111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8284FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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