Html Css Color HEX #8481FF Light Slate Blue

📋 copy color: '#8481FF'

red 132 ◦ green 129 ◦ blue 255

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

Shades of Light Slate Blue #8481FF

Tints of Light Slate Blue #8481FF

RGB

 RED value IS 132 (51.95% from 255) = 25.58%

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

 BLUE value IS 255 (100% from 255) = 49.42%

R = 25.58%
G = 25%
B = 49.42%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8481FF (or 0x8481FF) is known color: Light Slate Blue. HEX triplet: 84, 81 and FF. RGB value is (132,129,255). Sum of RGB (Red+Green+Blue) = 132+129+255=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #8481FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8481FF is #7B7E00. Grayscale: #8F8F8F. Windows color (decimal): -8093185 or 16744836. OLE color: 16744836.

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

Color convert

RGB 132 129 255 -
CMYK 0.48 0.49 0 0
HSL 241.43º 1% 0.75% -
HSV(B) 241.43º 0.49% 1% -
XYZ 35.42 27.83 98.11 -
YUV 144.26 190.49 119.25 -
System Red Green Blue C M Y K H S L
Decimal 132 129 255 0.48 0.49 0 0 241.43 1 0.75
Hex 84 81 FF 30 31 0 0 F1 64 4B
Octal 204 201 377 60 61 0 0 361 144 113
Binary 10000100 10000001 11111111 110000 110001 0 0 11110001 1100100 1001011

Color Harmonies of #8481FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8481FF

Black with #8481FF

Text Example


Text Example

White with #8481FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8481FF;
 }
 .AnyTagClassName
 {
   color: #8481FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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