Html Css Color HEX #816BC8 Moody Blue

📋 copy color: '#816BC8'

red 129 ◦ green 107 ◦ blue 200

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

Shades of Moody Blue #816BC8

Tints of Moody Blue #816BC8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.54%

 BLUE value IS 200 (78.52% from 255) = 45.87%

R = 29.59%
G = 24.54%
B = 45.87%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#816BC8 (or 0x816BC8) is known color: Moody Blue. HEX triplet: 81, 6B and C8. RGB value is (129,107,200). Sum of RGB (Red+Green+Blue) = 129+107+200=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 200 - color contains mainly: blue. Hex color #816BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816BC8 is #7E9437. Grayscale: #7B7B7B. Windows color (decimal): -8295480 or 13134721. OLE color: 13134721.

HSL color Cylindrical-coordinate representation of color #816BC8: hue angle of 254.19º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #816BC8 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 129 107 200 -
CMYK 0.36 0.46 0 0.22
HSL 254.19º 0.46% 0.6% -
HSV(B) 254.19º 0.47% 0.78% -
XYZ 24.74 19.35 57.08 -
YUV 124.18 170.79 131.44 -
System Red Green Blue C M Y K H S L
Decimal 129 107 200 0.36 0.46 0 0.22 254.19 0.46 0.6
Hex 81 6B C8 24 2E 0 16 FE 2E 3C
Octal 201 153 310 44 56 0 26 376 56 74
Binary 10000001 1101011 11001000 100100 101110 0 10110 11111110 101110 111100

Color Harmonies of #816BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816BC8

Black with #816BC8

Text Example


Text Example

White with #816BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,107,200); }

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

background-color css

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

 a { background-color: rgb(129,107,200); }

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

border-color css

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

 span { border-color: rgb(129,107,200); }

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