Html Css Color HEX #807EBC Moody Blue

📋 copy color: '#807EBC'

red 128 ◦ green 126 ◦ blue 188

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

Shades of Moody Blue #807EBC

Tints of Moody Blue #807EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.53%

R = 28.96%
G = 28.51%
B = 42.53%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#807EBC (or 0x807EBC) is known color: Moody Blue. HEX triplet: 80, 7E and BC. RGB value is (128,126,188). Sum of RGB (Red+Green+Blue) = 128+126+188=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #807EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807EBC is #7F8143. Grayscale: #858585. Windows color (decimal): -8356164 or 12353152. OLE color: 12353152.

HSL color Cylindrical-coordinate representation of color #807EBC: hue angle of 241.94º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #807EBC is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 126 188 -
CMYK 0.32 0.33 0 0.26
HSL 241.94º 0.32% 0.62% -
HSV(B) 241.94º 0.33% 0.74% -
XYZ 25.44 23.14 50.7 -
YUV 133.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 128 126 188 0.32 0.33 0 0.26 241.94 0.32 0.62
Hex 80 7E BC 20 21 0 1A F2 20 3E
Octal 200 176 274 40 41 0 32 362 40 76
Binary 10000000 1111110 10111100 100000 100001 0 11010 11110010 100000 111110

Color Harmonies of #807EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807EBC

Black with #807EBC

Text Example


Text Example

White with #807EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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