Html Css Color HEX #8481BE Moody Blue

📋 copy color: '#8481BE'

red 132 ◦ green 129 ◦ blue 190

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

Shades of Moody Blue #8481BE

Tints of Moody Blue #8481BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 29.27%
G = 28.6%
B = 42.13%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8481BE (or 0x8481BE) is known color: Moody Blue. HEX triplet: 84, 81 and BE. RGB value is (132,129,190). Sum of RGB (Red+Green+Blue) = 132+129+190=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #8481BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8481BE is #7B7E41. Grayscale: #888888. Windows color (decimal): -8093250 or 12484996. OLE color: 12484996.

HSL color Cylindrical-coordinate representation of color #8481BE: hue angle of 242.95º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8481BE is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 129 190 -
CMYK 0.31 0.32 0 0.25
HSL 242.95º 0.32% 0.63% -
HSV(B) 242.95º 0.32% 0.75% -
XYZ 26.66 24.32 52.01 -
YUV 136.85 157.99 124.54 -
System Red Green Blue C M Y K H S L
Decimal 132 129 190 0.31 0.32 0 0.25 242.95 0.32 0.63
Hex 84 81 BE 1F 20 0 19 F3 20 3F
Octal 204 201 276 37 40 0 31 363 40 77
Binary 10000100 10000001 10111110 11111 100000 0 11001 11110011 100000 111111

Color Harmonies of #8481BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8481BE

Black with #8481BE

Text Example


Text Example

White with #8481BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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