Html Css Color HEX #806ECC Moody Blue

📋 copy color: '#806ECC'

red 128 ◦ green 110 ◦ blue 204

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

Shades of Moody Blue #806ECC

Tints of Moody Blue #806ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.89%

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 28.96%
G = 24.89%
B = 46.15%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#806ECC (or 0x806ECC) is known color: Moody Blue. HEX triplet: 80, 6E and CC. RGB value is (128,110,204). Sum of RGB (Red+Green+Blue) = 128+110+204=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #806ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ECC is #7F9133. Grayscale: #7D7D7D. Windows color (decimal): -8360244 or 13397632. OLE color: 13397632.

HSL color Cylindrical-coordinate representation of color #806ECC: hue angle of 251.49º 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 #806ECC is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 110 204 -
CMYK 0.37 0.46 0 0.2
HSL 251.49º 0.48% 0.62% -
HSV(B) 251.49º 0.46% 0.8% -
XYZ 25.38 20.1 59.67 -
YUV 126.1 171.96 129.36 -
System Red Green Blue C M Y K H S L
Decimal 128 110 204 0.37 0.46 0 0.2 251.49 0.48 0.62
Hex 80 6E CC 25 2E 0 14 FB 30 3E
Octal 200 156 314 45 56 0 24 373 60 76
Binary 10000000 1101110 11001100 100101 101110 0 10100 11111011 110000 111110

Color Harmonies of #806ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806ECC

Black with #806ECC

Text Example


Text Example

White with #806ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,110,204); }

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

background-color css

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

 a { background-color: rgb(128,110,204); }

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

border-color css

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

 span { border-color: rgb(128,110,204); }

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