Html Css Color HEX #816CC0 Moody Blue

📋 copy color: '#816CC0'

red 129 ◦ green 108 ◦ blue 192

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

Shades of Moody Blue #816CC0

Tints of Moody Blue #816CC0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.17%

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

R = 30.07%
G = 25.17%
B = 44.76%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#816CC0 (or 0x816CC0) is known color: Moody Blue. HEX triplet: 81, 6C and C0. RGB value is (129,108,192). Sum of RGB (Red+Green+Blue) = 129+108+192=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #816CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816CC0 is #7E933F. Grayscale: #7B7B7B. Windows color (decimal): -8295232 or 12610689. OLE color: 12610689.

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

Color convert

RGB 129 108 192 -
CMYK 0.33 0.44 0 0.25
HSL 255º 0.4% 0.59% -
HSV(B) 255º 0.44% 0.75% -
XYZ 23.93 19.2 52.31 -
YUV 123.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 129 108 192 0.33 0.44 0 0.25 255 0.4 0.59
Hex 81 6C C0 21 2C 0 19 FF 28 3B
Octal 201 154 300 41 54 0 31 377 50 73
Binary 10000001 1101100 11000000 100001 101100 0 11001 11111111 101000 111011

Color Harmonies of #816CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816CC0

Black with #816CC0

Text Example


Text Example

White with #816CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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