Html Css Color HEX #807FBF Moody Blue

📋 copy color: '#807FBF'

red 128 ◦ green 127 ◦ blue 191

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

Shades of Moody Blue #807FBF

Tints of Moody Blue #807FBF

RGB

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

 GREEN value IS 127 (50% from 255) = 28.48%

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

R = 28.7%
G = 28.48%
B = 42.83%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#807FBF (or 0x807FBF) is known color: Moody Blue. HEX triplet: 80, 7F and BF. RGB value is (128,127,191). Sum of RGB (Red+Green+Blue) = 128+127+191=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #807FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807FBF is #7F8040. Grayscale: #868686. Windows color (decimal): -8355905 or 12550016. OLE color: 12550016.

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

Color convert

RGB 128 127 191 -
CMYK 0.33 0.34 0 0.25
HSL 240.94º 0.33% 0.62% -
HSV(B) 240.94º 0.34% 0.75% -
XYZ 25.9 23.53 52.47 -
YUV 134.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 128 127 191 0.33 0.34 0 0.25 240.94 0.33 0.62
Hex 80 7F BF 21 22 0 19 F1 21 3E
Octal 200 177 277 41 42 0 31 361 41 76
Binary 10000000 1111111 10111111 100001 100010 0 11001 11110001 100001 111110

Color Harmonies of #807FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807FBF

Black with #807FBF

Text Example


Text Example

White with #807FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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