Html Css Color HEX #807BD7 Moody Blue

📋 copy color: '#807BD7'

red 128 ◦ green 123 ◦ blue 215

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

Shades of Moody Blue #807BD7

Tints of Moody Blue #807BD7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.39%

 BLUE value IS 215 (84.38% from 255) = 46.14%

R = 27.47%
G = 26.39%
B = 46.14%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#807BD7 (or 0x807BD7) is known color: Moody Blue. HEX triplet: 80, 7B and D7. RGB value is (128,123,215). Sum of RGB (Red+Green+Blue) = 128+123+215=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 215 - color contains mainly: blue. Hex color #807BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BD7 is #7F8428. Grayscale: #868686. Windows color (decimal): -8356905 or 14121856. OLE color: 14121856.

HSL color Cylindrical-coordinate representation of color #807BD7: hue angle of 243.26º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #807BD7 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 123 215 -
CMYK 0.40 0.43 0 0.16
HSL 243.26º 0.53% 0.66% -
HSV(B) 243.26º 0.43% 0.84% -
XYZ 28.25 23.66 67.37 -
YUV 134.98 173.16 123.02 -
System Red Green Blue C M Y K H S L
Decimal 128 123 215 0.40 0.43 0 0.16 243.26 0.53 0.66
Hex 80 7B D7 28 2B 0 10 F3 35 42
Octal 200 173 327 50 53 0 20 363 65 102
Binary 10000000 1111011 11010111 101000 101011 0 10000 11110011 110101 1000010

Color Harmonies of #807BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807BD7

Black with #807BD7

Text Example


Text Example

White with #807BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,123,215); }

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

background-color css

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

 a { background-color: rgb(128,123,215); }

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

border-color css

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

 span { border-color: rgb(128,123,215); }

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