Html Css Color HEX #806DBB Moody Blue

📋 copy color: '#806DBB'

red 128 ◦ green 109 ◦ blue 187

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

Shades of Moody Blue #806DBB

Tints of Moody Blue #806DBB

RGB

 RED value IS 128 (50.39% from 255) = 30.19%

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

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

R = 30.19%
G = 25.71%
B = 44.1%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#806DBB (or 0x806DBB) is known color: Moody Blue. HEX triplet: 80, 6D and BB. RGB value is (128,109,187). Sum of RGB (Red+Green+Blue) = 128+109+187=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #806DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DBB is #7F9244. Grayscale: #7B7B7B. Windows color (decimal): -8360517 or 12283264. OLE color: 12283264.

HSL color Cylindrical-coordinate representation of color #806DBB: hue angle of 254.62º 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 #806DBB is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 109 187 -
CMYK 0.32 0.42 0 0.27
HSL 254.62º 0.36% 0.58% -
HSV(B) 254.62º 0.42% 0.73% -
XYZ 23.34 19.11 49.47 -
YUV 123.57 163.79 131.16 -
System Red Green Blue C M Y K H S L
Decimal 128 109 187 0.32 0.42 0 0.27 254.62 0.36 0.58
Hex 80 6D BB 20 2A 0 1B FF 24 3A
Octal 200 155 273 40 52 0 33 377 44 72
Binary 10000000 1101101 10111011 100000 101010 0 11011 11111111 100100 111010

Color Harmonies of #806DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806DBB

Black with #806DBB

Text Example


Text Example

White with #806DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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