Html Css Color HEX #816BC4 Moody Blue

📋 copy color: '#816BC4'

red 129 ◦ green 107 ◦ blue 196

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

Shades of Moody Blue #816BC4

Tints of Moody Blue #816BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.37%

R = 29.86%
G = 24.77%
B = 45.37%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#816BC4 (or 0x816BC4) is known color: Moody Blue. HEX triplet: 81, 6B and C4. RGB value is (129,107,196). Sum of RGB (Red+Green+Blue) = 129+107+196=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 196 - color contains mainly: blue. Hex color #816BC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816BC4 is #7E943B. Grayscale: #7B7B7B. Windows color (decimal): -8295484 or 12872577. OLE color: 12872577.

HSL color Cylindrical-coordinate representation of color #816BC4: hue angle of 254.83º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #816BC4 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 129 107 196 -
CMYK 0.34 0.45 0 0.23
HSL 254.83º 0.43% 0.59% -
HSV(B) 254.83º 0.45% 0.77% -
XYZ 24.27 19.17 54.64 -
YUV 123.72 168.79 131.76 -
System Red Green Blue C M Y K H S L
Decimal 129 107 196 0.34 0.45 0 0.23 254.83 0.43 0.59
Hex 81 6B C4 22 2D 0 17 FF 2B 3B
Octal 201 153 304 42 55 0 27 377 53 73
Binary 10000001 1101011 11000100 100010 101101 0 10111 11111111 101011 111011

Color Harmonies of #816BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816BC4

Black with #816BC4

Text Example


Text Example

White with #816BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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