Html Css Color HEX #816DBB Moody Blue

📋 copy color: '#816DBB'

red 129 ◦ green 109 ◦ blue 187

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

Shades of Moody Blue #816DBB

Tints of Moody Blue #816DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44%

R = 30.35%
G = 25.65%
B = 44%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#816DBB (or 0x816DBB) is known color: Moody Blue. HEX triplet: 81, 6D and BB. RGB value is (129,109,187). Sum of RGB (Red+Green+Blue) = 129+109+187=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #816DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DBB is #7E9244. Grayscale: #7B7B7B. Windows color (decimal): -8294981 or 12283265. OLE color: 12283265.

HSL color Cylindrical-coordinate representation of color #816DBB: hue angle of 255.38º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #816DBB is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 109 187 -
CMYK 0.31 0.42 0 0.27
HSL 255.38º 0.36% 0.58% -
HSV(B) 255.38º 0.42% 0.73% -
XYZ 23.49 19.19 49.48 -
YUV 123.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 129 109 187 0.31 0.42 0 0.27 255.38 0.36 0.58
Hex 81 6D BB 1F 2A 0 1B FF 24 3A
Octal 201 155 273 37 52 0 33 377 44 72
Binary 10000001 1101101 10111011 11111 101010 0 11011 11111111 100100 111010

Color Harmonies of #816DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816DBB

Black with #816DBB

Text Example


Text Example

White with #816DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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