#8381FB

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

Shades of Light Slate Blue #8381FB

Tints of Light Slate Blue #8381FB

Color information

#8381FB (or 0x8381FB) is unknown color: approx Light Slate Blue. HEX triplet: 83, 81 and FB. RGB value is (131,129,251). Sum of RGB (Red+Green+Blue) = 131+129+251=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #8381FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8381FB is #7C7E04. Grayscale: #8F8F8F. Windows color (decimal): -8158725 or 16482691. OLE color: 16482691.

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

Color convert

RGB131129251-
CMYK0.480.4900.02
HSL240.98º93.85%74.51%-
HSV(B)240.98º48.61%98.43%-
XYZ34.6227.4994.75-
YUV143.51188.66119.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.64%
GREEN value IS 129 (50.78% from 255) = 25.24%
BLUE value IS 251 (98.44% from 255) = 49.12%
R=25.64%
G=25.24%
B=49.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311292510.480.4900.02240.9893.8574.51
Hex8381FB303102f15e4b
Octal203201373606102361136113
Binary1000001110000001111110111100001100010101111000110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8381FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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