Html Css Color HEX #8481DB Moody Blue

📋 copy color: '#8481DB'

red 132 ◦ green 129 ◦ blue 219

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

Shades of Moody Blue #8481DB

Tints of Moody Blue #8481DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 27.5%
G = 26.88%
B = 45.63%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8481DB (or 0x8481DB) is known color: Moody Blue. HEX triplet: 84, 81 and DB. RGB value is (132,129,219). Sum of RGB (Red+Green+Blue) = 132+129+219=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #8481DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8481DB is #7B7E24. Grayscale: #8B8B8B. Windows color (decimal): -8093221 or 14385540. OLE color: 14385540.

HSL color Cylindrical-coordinate representation of color #8481DB: hue angle of 242º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8481DB is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 129 219 -
CMYK 0.40 0.41 0 0.14
HSL 242º 0.56% 0.68% -
HSV(B) 242º 0.41% 0.86% -
XYZ 30.15 25.72 70.39 -
YUV 140.16 172.49 122.18 -
System Red Green Blue C M Y K H S L
Decimal 132 129 219 0.40 0.41 0 0.14 242 0.56 0.68
Hex 84 81 DB 28 29 0 E F2 38 44
Octal 204 201 333 50 51 0 16 362 70 104
Binary 10000100 10000001 11011011 101000 101001 0 1110 11110010 111000 1000100

Color Harmonies of #8481DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8481DB

Black with #8481DB

Text Example


Text Example

White with #8481DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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