Html Css Color HEX #8481EF Light Slate Blue

📋 copy color: '#8481EF'

red 132 ◦ green 129 ◦ blue 239

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

Shades of Light Slate Blue #8481EF

Tints of Light Slate Blue #8481EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 26.4%
G = 25.8%
B = 47.8%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8481EF (or 0x8481EF) is known color: Light Slate Blue. HEX triplet: 84, 81 and EF. RGB value is (132,129,239). Sum of RGB (Red+Green+Blue) = 132+129+239=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #8481EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8481EF is #7B7E10. Grayscale: #8E8E8E. Windows color (decimal): -8093201 or 15696260. OLE color: 15696260.

HSL color Cylindrical-coordinate representation of color #8481EF: hue angle of 241.64º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8481EF is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 129 239 -
CMYK 0.45 0.46 0 0.06
HSL 241.64º 0.77% 0.72% -
HSV(B) 241.64º 0.46% 0.94% -
XYZ 32.95 26.84 85.11 -
YUV 142.44 182.49 120.56 -
System Red Green Blue C M Y K H S L
Decimal 132 129 239 0.45 0.46 0 0.06 241.64 0.77 0.72
Hex 84 81 EF 2D 2E 0 6 F2 4D 48
Octal 204 201 357 55 56 0 6 362 115 110
Binary 10000100 10000001 11101111 101101 101110 0 110 11110010 1001101 1001000

Color Harmonies of #8481EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8481EF

Black with #8481EF

Text Example


Text Example

White with #8481EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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