Html Css Color HEX #806BD2 Moody Blue

📋 copy color: '#806BD2'

red 128 ◦ green 107 ◦ blue 210

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

Shades of Moody Blue #806BD2

Tints of Moody Blue #806BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.19%

R = 28.76%
G = 24.04%
B = 47.19%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#806BD2 (or 0x806BD2) is known color: Moody Blue. HEX triplet: 80, 6B and D2. RGB value is (128,107,210). Sum of RGB (Red+Green+Blue) = 128+107+210=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 210 (82.42% from 255 or 47.19% from 445); Max value from RGB is 210 - color contains mainly: blue. Hex color #806BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806BD2 is #7F942D. Grayscale: #7C7C7C. Windows color (decimal): -8361006 or 13790080. OLE color: 13790080.

HSL color Cylindrical-coordinate representation of color #806BD2: hue angle of 252.23º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #806BD2 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 107 210 -
CMYK 0.39 0.49 0 0.18
HSL 252.23º 0.53% 0.62% -
HSV(B) 252.23º 0.49% 0.82% -
XYZ 25.79 19.76 63.43 -
YUV 125.02 175.96 130.12 -
System Red Green Blue C M Y K H S L
Decimal 128 107 210 0.39 0.49 0 0.18 252.23 0.53 0.62
Hex 80 6B D2 27 31 0 12 FC 35 3E
Octal 200 153 322 47 61 0 22 374 65 76
Binary 10000000 1101011 11010010 100111 110001 0 10010 11111100 110101 111110

Color Harmonies of #806BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806BD2

Black with #806BD2

Text Example


Text Example

White with #806BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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