Html Css Color HEX #8381FA Light Slate Blue

📋 copy color: '#8381FA'

red 131 ◦ green 129 ◦ blue 250

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

Shades of Light Slate Blue #8381FA

Tints of Light Slate Blue #8381FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 25.69%
G = 25.29%
B = 49.02%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8381FA (or 0x8381FA) is known color: Light Slate Blue. HEX triplet: 83, 81 and FA. RGB value is (131,129,250). Sum of RGB (Red+Green+Blue) = 131+129+250=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #8381FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8381FA is #7C7E05. Grayscale: #8E8E8E. Windows color (decimal): -8158726 or 16417155. OLE color: 16417155.

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

Color convert

RGB 131 129 250 -
CMYK 0.48 0.48 0 0.02
HSL 240.99º 0.92% 0.74% -
HSV(B) 240.99º 0.48% 0.98% -
XYZ 34.47 27.43 93.92 -
YUV 143.39 188.16 119.16 -
System Red Green Blue C M Y K H S L
Decimal 131 129 250 0.48 0.48 0 0.02 240.99 0.92 0.74
Hex 83 81 FA 30 30 0 2 F1 5C 4A
Octal 203 201 372 60 60 0 2 361 134 112
Binary 10000011 10000001 11111010 110000 110000 0 10 11110001 1011100 1001010

Color Harmonies of #8381FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8381FA

Black with #8381FA

Text Example


Text Example

White with #8381FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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