Html Css Color HEX #8481B3 Moody Blue

📋 copy color: '#8481B3'

red 132 ◦ green 129 ◦ blue 179

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

Shades of Moody Blue #8481B3

Tints of Moody Blue #8481B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.68%

R = 30%
G = 29.32%
B = 40.68%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8481B3 (or 0x8481B3) is known color: Moody Blue. HEX triplet: 84, 81 and B3. RGB value is (132,129,179). Sum of RGB (Red+Green+Blue) = 132+129+179=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #8481B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8481B3 is #7B7E4C. Grayscale: #878787. Windows color (decimal): -8093261 or 11764100. OLE color: 11764100.

HSL color Cylindrical-coordinate representation of color #8481B3: hue angle of 243.6º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8481B3 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 129 179 -
CMYK 0.26 0.28 0 0.30
HSL 243.6º 0.25% 0.6% -
HSV(B) 243.6º 0.28% 0.7% -
XYZ 25.5 23.86 45.91 -
YUV 135.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 132 129 179 0.26 0.28 0 0.30 243.6 0.25 0.6
Hex 84 81 B3 1A 1C 0 1E F4 19 3C
Octal 204 201 263 32 34 0 36 364 31 74
Binary 10000100 10000001 10110011 11010 11100 0 11110 11110100 11001 111100

Color Harmonies of #8481B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8481B3

Black with #8481B3

Text Example


Text Example

White with #8481B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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