Html Css Color HEX #8381FE Light Slate Blue

📋 copy color: '#8381FE'

red 131 ◦ green 129 ◦ blue 254

#8381FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8381FE

Tints of Light Slate Blue #8381FE

RGB

 RED value IS 131 (51.56% from 255) = 25.49%

 GREEN value IS 129 (50.78% from 255) = 25.1%

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 25.49%
G = 25.1%
B = 49.42%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8381FE (or 0x8381FE) is known color: Light Slate Blue. HEX triplet: 83, 81 and FE. RGB value is (131,129,254). Sum of RGB (Red+Green+Blue) = 131+129+254=514 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.49% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #8381FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8381FE is #7C7E01. Grayscale: #8F8F8F. Windows color (decimal): -8158722 or 16679299. OLE color: 16679299.

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

Color convert

RGB 131 129 254 -
CMYK 0.48 0.49 0 0.00
HSL 240.96º 0.98% 0.75% -
HSV(B) 240.96º 0.49% 1% -
XYZ 35.1 27.68 97.26 -
YUV 143.85 190.16 118.84 -
System Red Green Blue C M Y K H S L
Decimal 131 129 254 0.48 0.49 0 0.00 240.96 0.98 0.75
Hex 83 81 FE 30 31 0 0 F1 62 4B
Octal 203 201 376 60 61 0 0 361 142 113
Binary 10000011 10000001 11111110 110000 110001 0 0 11110001 1100010 1001011

Color Harmonies of #8381FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8381FE

Black with #8381FE

Text Example


Text Example

White with #8381FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8381FE;
 }
 .AnyTagClassName
 {
   color: #8381FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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