Html Css Color HEX #816DC0 Moody Blue

📋 copy color: '#816DC0'

red 129 ◦ green 109 ◦ blue 192

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

Shades of Moody Blue #816DC0

Tints of Moody Blue #816DC0

RGB

 RED value IS 129 (50.78% from 255) = 30%

 GREEN value IS 109 (42.97% from 255) = 25.35%

 BLUE value IS 192 (75.39% from 255) = 44.65%

R = 30%
G = 25.35%
B = 44.65%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#816DC0 (or 0x816DC0) is known color: Moody Blue. HEX triplet: 81, 6D and C0. RGB value is (129,109,192). Sum of RGB (Red+Green+Blue) = 129+109+192=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #816DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DC0 is #7E923F. Grayscale: #7C7C7C. Windows color (decimal): -8294976 or 12610945. OLE color: 12610945.

HSL color Cylindrical-coordinate representation of color #816DC0: hue angle of 254.46º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #816DC0 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 109 192 -
CMYK 0.33 0.43 0 0.25
HSL 254.46º 0.4% 0.59% -
HSV(B) 254.46º 0.43% 0.75% -
XYZ 24.04 19.41 52.35 -
YUV 124.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 129 109 192 0.33 0.43 0 0.25 254.46 0.4 0.59
Hex 81 6D C0 21 2B 0 19 FE 28 3B
Octal 201 155 300 41 53 0 31 376 50 73
Binary 10000001 1101101 11000000 100001 101011 0 11001 11111110 101000 111011

Color Harmonies of #816DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816DC0

Black with #816DC0

Text Example


Text Example

White with #816DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816DC0; }

 p { color: rgb(129,109,192); }

 H1.HeaderClassName
 {
   color: #816DC0;
 }
 .AnyTagClassName
 {
   color: #816DC0;
 }
</style>

background-color css

<style>
 a { background-color: #816DC0; }

 a { background-color: rgb(129,109,192); }

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

border-color css

<style>
 span { border-color: #816DC0; }

 span { border-color: rgb(129,109,192); }

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