Html Css Color HEX #807AB6 Moody Blue

📋 copy color: '#807AB6'

red 128 ◦ green 122 ◦ blue 182

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

Shades of Moody Blue #807AB6

Tints of Moody Blue #807AB6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.24%

 BLUE value IS 182 (71.48% from 255) = 42.13%

R = 29.63%
G = 28.24%
B = 42.13%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#807AB6 (or 0x807AB6) is known color: Moody Blue. HEX triplet: 80, 7A and B6. RGB value is (128,122,182). Sum of RGB (Red+Green+Blue) = 128+122+182=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 182 (71.48% from 255 or 42.13% from 432); Max value from RGB is 182 - color contains mainly: blue. Hex color #807AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807AB6 is #7F8549. Grayscale: #828282. Windows color (decimal): -8357194 or 11958912. OLE color: 11958912.

HSL color Cylindrical-coordinate representation of color #807AB6: hue angle of 246º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #807AB6 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 122 182 -
CMYK 0.30 0.33 0 0.29
HSL 246º 0.29% 0.6% -
HSV(B) 246º 0.33% 0.71% -
XYZ 24.31 21.89 47.2 -
YUV 130.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 128 122 182 0.30 0.33 0 0.29 246 0.29 0.6
Hex 80 7A B6 1E 21 0 1D F6 1D 3C
Octal 200 172 266 36 41 0 35 366 35 74
Binary 10000000 1111010 10110110 11110 100001 0 11101 11110110 11101 111100

Color Harmonies of #807AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807AB6

Black with #807AB6

Text Example


Text Example

White with #807AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807AB6; }

 p { color: rgb(128,122,182); }

 H1.HeaderClassName
 {
   color: #807AB6;
 }
 .AnyTagClassName
 {
   color: #807AB6;
 }
</style>

background-color css

<style>
 a { background-color: #807AB6; }

 a { background-color: rgb(128,122,182); }

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

border-color css

<style>
 span { border-color: #807AB6; }

 span { border-color: rgb(128,122,182); }

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