#8481FB

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

Shades of Light Slate Blue #8481FB

Tints of Light Slate Blue #8481FB

Color information

#8481FB (or 0x8481FB) is unknown color: approx Light Slate Blue. HEX triplet: 84, 81 and FB. RGB value is (132,129,251). Sum of RGB (Red+Green+Blue) = 132+129+251=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #8481FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8481FB is #7B7E04. Grayscale: #8F8F8F. Windows color (decimal): -8093189 or 16482692. OLE color: 16482692.

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

Color convert

RGB132129251-
CMYK0.470.4900.02
HSL241.48º93.85%74.51%-
HSV(B)241.48º48.61%98.43%-
XYZ34.7827.5794.76-
YUV143.8188.49119.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.78%
GREEN value IS 129 (50.78% from 255) = 25.20%
BLUE value IS 251 (98.44% from 255) = 49.02%
R=25.78%
G=25.20%
B=49.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321292510.470.4900.02241.4893.8574.51
Hex8481FB2F3102f15e4b
Octal204201373576102361136113
Binary1000010010000001111110111011111100010101111000110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8481FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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