Html Css Color HEX #807CBE Moody Blue

📋 copy color: '#807CBE'

red 128 ◦ green 124 ◦ blue 190

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

Shades of Moody Blue #807CBE

Tints of Moody Blue #807CBE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.05%

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 28.96%
G = 28.05%
B = 42.99%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#807CBE (or 0x807CBE) is known color: Moody Blue. HEX triplet: 80, 7C and BE. RGB value is (128,124,190). Sum of RGB (Red+Green+Blue) = 128+124+190=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #807CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CBE is #7F8341. Grayscale: #848484. Windows color (decimal): -8356674 or 12483712. OLE color: 12483712.

HSL color Cylindrical-coordinate representation of color #807CBE: hue angle of 243.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #807CBE is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 124 190 -
CMYK 0.33 0.35 0 0.25
HSL 243.64º 0.34% 0.62% -
HSV(B) 243.64º 0.35% 0.75% -
XYZ 25.4 22.72 51.76 -
YUV 132.72 160.33 124.63 -
System Red Green Blue C M Y K H S L
Decimal 128 124 190 0.33 0.35 0 0.25 243.64 0.34 0.62
Hex 80 7C BE 21 23 0 19 F4 22 3E
Octal 200 174 276 41 43 0 31 364 42 76
Binary 10000000 1111100 10111110 100001 100011 0 11001 11110100 100010 111110

Color Harmonies of #807CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807CBE

Black with #807CBE

Text Example


Text Example

White with #807CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,124,190); }

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

background-color css

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

 a { background-color: rgb(128,124,190); }

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

border-color css

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

 span { border-color: rgb(128,124,190); }

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