#8182FB

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

Shades of Light Slate Blue #8182FB

Tints of Light Slate Blue #8182FB

Color information

#8182FB (or 0x8182FB) is unknown color: approx Light Slate Blue. HEX triplet: 81, 82 and FB. RGB value is (129,130,251). Sum of RGB (Red+Green+Blue) = 129+130+251=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #8182FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8182FB is #7E7D04. Grayscale: #8F8F8F. Windows color (decimal): -8289541 or 16482945. OLE color: 16482945.

HSL color Cylindrical-coordinate representation of color #8182FB: hue angle of 239.51º 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 #8182FB is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129130251-
CMYK0.490.4800.02
HSL239.51º93.85%74.51%-
HSV(B)239.51º48.61%98.43%-
XYZ34.4527.694.78-
YUV143.5188.67117.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.29%
GREEN value IS 130 (51.17% from 255) = 25.49%
BLUE value IS 251 (98.44% from 255) = 49.22%
R=25.29%
G=25.49%
B=49.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291302510.490.4800.02239.5193.8574.51
Hex8182FB313002f05e4b
Octal201202373616002360136113
Binary1000000110000010111110111100011100000101111000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8182FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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