Html Css Color HEX #806CC0 Moody Blue

📋 copy color: '#806CC0'

red 128 ◦ green 108 ◦ blue 192

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

Shades of Moody Blue #806CC0

Tints of Moody Blue #806CC0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.23%

 BLUE value IS 192 (75.39% from 255) = 44.86%

R = 29.91%
G = 25.23%
B = 44.86%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#806CC0 (or 0x806CC0) is known color: Moody Blue. HEX triplet: 80, 6C and C0. RGB value is (128,108,192). Sum of RGB (Red+Green+Blue) = 128+108+192=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #806CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806CC0 is #7F933F. Grayscale: #7B7B7B. Windows color (decimal): -8360768 or 12610688. OLE color: 12610688.

HSL color Cylindrical-coordinate representation of color #806CC0: hue angle of 254.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #806CC0 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 108 192 -
CMYK 0.33 0.44 0 0.25
HSL 254.29º 0.4% 0.59% -
HSV(B) 254.29º 0.44% 0.75% -
XYZ 23.78 19.12 52.31 -
YUV 123.56 166.63 131.17 -
System Red Green Blue C M Y K H S L
Decimal 128 108 192 0.33 0.44 0 0.25 254.29 0.4 0.59
Hex 80 6C C0 21 2C 0 19 FE 28 3B
Octal 200 154 300 41 54 0 31 376 50 73
Binary 10000000 1101100 11000000 100001 101100 0 11001 11111110 101000 111011

Color Harmonies of #806CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806CC0

Black with #806CC0

Text Example


Text Example

White with #806CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,108,192); }

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

background-color css

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

 a { background-color: rgb(128,108,192); }

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

border-color css

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

 span { border-color: rgb(128,108,192); }

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