Html Css Color HEX #807CBF Moody Blue

📋 copy color: '#807CBF'

red 128 ◦ green 124 ◦ blue 191

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

Shades of Moody Blue #807CBF

Tints of Moody Blue #807CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.12%

R = 28.89%
G = 27.99%
B = 43.12%

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

#807CBF (or 0x807CBF) is known color: Moody Blue. HEX triplet: 80, 7C and BF. RGB value is (128,124,191). Sum of RGB (Red+Green+Blue) = 128+124+191=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #807CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CBF is #7F8340. Grayscale: #848484. Windows color (decimal): -8356673 or 12549248. OLE color: 12549248.

HSL color Cylindrical-coordinate representation of color #807CBF: hue angle of 243.58º 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 #807CBF is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 124 191 -
CMYK 0.33 0.35 0 0.25
HSL 243.58º 0.34% 0.62% -
HSV(B) 243.58º 0.35% 0.75% -
XYZ 25.51 22.77 52.34 -
YUV 132.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 128 124 191 0.33 0.35 0 0.25 243.58 0.34 0.62
Hex 80 7C BF 21 23 0 19 F4 22 3E
Octal 200 174 277 41 43 0 31 364 42 76
Binary 10000000 1111100 10111111 100001 100011 0 11001 11110100 100010 111110

Color Harmonies of #807CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807CBF

Black with #807CBF

Text Example


Text Example

White with #807CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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