Html Css Color HEX #8481E1 Moody Blue

📋 copy color: '#8481E1'

red 132 ◦ green 129 ◦ blue 225

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

Shades of Moody Blue #8481E1

Tints of Moody Blue #8481E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.3%

R = 27.16%
G = 26.54%
B = 46.3%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8481E1 (or 0x8481E1) is known color: Moody Blue. HEX triplet: 84, 81 and E1. RGB value is (132,129,225). Sum of RGB (Red+Green+Blue) = 132+129+225=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 225 - color contains mainly: blue. Hex color #8481E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8481E1 is #7B7E1E. Grayscale: #8C8C8C. Windows color (decimal): -8093215 or 14778756. OLE color: 14778756.

HSL color Cylindrical-coordinate representation of color #8481E1: hue angle of 241.88º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8481E1 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 129 225 -
CMYK 0.41 0.43 0 0.12
HSL 241.88º 0.62% 0.69% -
HSV(B) 241.88º 0.43% 0.88% -
XYZ 30.96 26.04 74.63 -
YUV 140.84 175.49 121.69 -
System Red Green Blue C M Y K H S L
Decimal 132 129 225 0.41 0.43 0 0.12 241.88 0.62 0.69
Hex 84 81 E1 29 2B 0 C F2 3E 45
Octal 204 201 341 51 53 0 14 362 76 105
Binary 10000100 10000001 11100001 101001 101011 0 1100 11110010 111110 1000101

Color Harmonies of #8481E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8481E1

Black with #8481E1

Text Example


Text Example

White with #8481E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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