#8482FB

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

Shades of Light Slate Blue #8482FB

Tints of Light Slate Blue #8482FB

Color information

#8482FB (or 0x8482FB) is unknown color: approx Light Slate Blue. HEX triplet: 84, 82 and FB. RGB value is (132,130,251). Sum of RGB (Red+Green+Blue) = 132+130+251=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #8482FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8482FB is #7B7D04. Grayscale: #8F8F8F. Windows color (decimal): -8092933 or 16482948. OLE color: 16482948.

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

Color convert

RGB132130251-
CMYK0.470.4800.02
HSL240.99º93.8%74.71%-
HSV(B)240.99º48.21%98.43%-
XYZ34.9127.8494.8-
YUV144.39188.16119.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.73%
GREEN value IS 130 (51.17% from 255) = 25.34%
BLUE value IS 251 (98.44% from 255) = 48.93%
R=25.73%
G=25.34%
B=48.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321302510.470.4800.02240.9993.874.71
Hex8482FB2F3002f15e4b
Octal204202373576002361136113
Binary1000010010000010111110111011111100000101111000110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8482FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8482FB; }

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

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

<style>
 a { background-color: #8482FB; }

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

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

<style>
 span { border-color: #8482FB; }

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

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