Html Css Color HEX #8481CE Moody Blue

📋 copy color: '#8481CE'

red 132 ◦ green 129 ◦ blue 206

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

Shades of Moody Blue #8481CE

Tints of Moody Blue #8481CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 28.27%
G = 27.62%
B = 44.11%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8481CE (or 0x8481CE) is known color: Moody Blue. HEX triplet: 84, 81 and CE. RGB value is (132,129,206). Sum of RGB (Red+Green+Blue) = 132+129+206=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #8481CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8481CE is #7B7E31. Grayscale: #8A8A8A. Windows color (decimal): -8093234 or 13533572. OLE color: 13533572.

HSL color Cylindrical-coordinate representation of color #8481CE: hue angle of 242.34º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8481CE is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 129 206 -
CMYK 0.36 0.37 0 0.19
HSL 242.34º 0.44% 0.66% -
HSV(B) 242.34º 0.37% 0.81% -
XYZ 28.51 25.06 61.73 -
YUV 138.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 132 129 206 0.36 0.37 0 0.19 242.34 0.44 0.66
Hex 84 81 CE 24 25 0 13 F2 2C 42
Octal 204 201 316 44 45 0 23 362 54 102
Binary 10000100 10000001 11001110 100100 100101 0 10011 11110010 101100 1000010

Color Harmonies of #8481CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8481CE

Black with #8481CE

Text Example


Text Example

White with #8481CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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