Html Css Color HEX #806FCD Moody Blue

📋 copy color: '#806FCD'

red 128 ◦ green 111 ◦ blue 205

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

Shades of Moody Blue #806FCD

Tints of Moody Blue #806FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25%

 BLUE value IS 205 (80.47% from 255) = 46.17%

R = 28.83%
G = 25%
B = 46.17%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#806FCD (or 0x806FCD) is known color: Moody Blue. HEX triplet: 80, 6F and CD. RGB value is (128,111,205). Sum of RGB (Red+Green+Blue) = 128+111+205=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #806FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806FCD is #7F9032. Grayscale: #7E7E7E. Windows color (decimal): -8359987 or 13463424. OLE color: 13463424.

HSL color Cylindrical-coordinate representation of color #806FCD: hue angle of 250.85º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #806FCD is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 111 205 -
CMYK 0.38 0.46 0 0.20
HSL 250.85º 0.48% 0.62% -
HSV(B) 250.85º 0.46% 0.8% -
XYZ 25.61 20.37 60.34 -
YUV 126.8 172.13 128.86 -
System Red Green Blue C M Y K H S L
Decimal 128 111 205 0.38 0.46 0 0.20 250.85 0.48 0.62
Hex 80 6F CD 26 2E 0 14 FB 30 3E
Octal 200 157 315 46 56 0 24 373 60 76
Binary 10000000 1101111 11001101 100110 101110 0 10100 11111011 110000 111110

Color Harmonies of #806FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806FCD

Black with #806FCD

Text Example


Text Example

White with #806FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,111,205); }

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

background-color css

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

 a { background-color: rgb(128,111,205); }

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

border-color css

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

 span { border-color: rgb(128,111,205); }

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