Html Css Color HEX #807EAE Moody Blue

📋 copy color: '#807EAE'

red 128 ◦ green 126 ◦ blue 174

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

Shades of Moody Blue #807EAE

Tints of Moody Blue #807EAE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.44%

 BLUE value IS 174 (68.36% from 255) = 40.65%

R = 29.91%
G = 29.44%
B = 40.65%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#807EAE (or 0x807EAE) is known color: Moody Blue. HEX triplet: 80, 7E and AE. RGB value is (128,126,174). Sum of RGB (Red+Green+Blue) = 128+126+174=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #807EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807EAE is #7F8151. Grayscale: #838383. Windows color (decimal): -8356178 or 11435648. OLE color: 11435648.

HSL color Cylindrical-coordinate representation of color #807EAE: hue angle of 242.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #807EAE is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 126 174 -
CMYK 0.26 0.28 0 0.32
HSL 242.5º 0.23% 0.59% -
HSV(B) 242.5º 0.28% 0.68% -
XYZ 24 22.57 43.14 -
YUV 132.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 128 126 174 0.26 0.28 0 0.32 242.5 0.23 0.59
Hex 80 7E AE 1A 1C 0 20 F2 17 3B
Octal 200 176 256 32 34 0 40 362 27 73
Binary 10000000 1111110 10101110 11010 11100 0 100000 11110010 10111 111011

Color Harmonies of #807EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807EAE

Black with #807EAE

Text Example


Text Example

White with #807EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,126,174); }

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

background-color css

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

 a { background-color: rgb(128,126,174); }

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

border-color css

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

 span { border-color: rgb(128,126,174); }

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