Html Css Color HEX #806BBD Moody Blue

📋 copy color: '#806BBD'

red 128 ◦ green 107 ◦ blue 189

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

Shades of Moody Blue #806BBD

Tints of Moody Blue #806BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.58%

R = 30.19%
G = 25.24%
B = 44.58%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#806BBD (or 0x806BBD) is known color: Moody Blue. HEX triplet: 80, 6B and BD. RGB value is (128,107,189). Sum of RGB (Red+Green+Blue) = 128+107+189=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #806BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806BBD is #7F9442. Grayscale: #7A7A7A. Windows color (decimal): -8361027 or 12413824. OLE color: 12413824.

HSL color Cylindrical-coordinate representation of color #806BBD: hue angle of 255.37º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #806BBD is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 107 189 -
CMYK 0.32 0.43 0 0.26
HSL 255.37º 0.38% 0.58% -
HSV(B) 255.37º 0.43% 0.74% -
XYZ 23.35 18.78 50.54 -
YUV 122.63 165.46 131.83 -
System Red Green Blue C M Y K H S L
Decimal 128 107 189 0.32 0.43 0 0.26 255.37 0.38 0.58
Hex 80 6B BD 20 2B 0 1A FF 26 3A
Octal 200 153 275 40 53 0 32 377 46 72
Binary 10000000 1101011 10111101 100000 101011 0 11010 11111111 100110 111010

Color Harmonies of #806BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806BBD

Black with #806BBD

Text Example


Text Example

White with #806BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,107,189); }

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

background-color css

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

 a { background-color: rgb(128,107,189); }

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

border-color css

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

 span { border-color: rgb(128,107,189); }

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