Html Css Color HEX #807DDB Moody Blue

📋 copy color: '#807DDB'

red 128 ◦ green 125 ◦ blue 219

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

Shades of Moody Blue #807DDB

Tints of Moody Blue #807DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.48%

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 27.12%
G = 26.48%
B = 46.4%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#807DDB (or 0x807DDB) is known color: Moody Blue. HEX triplet: 80, 7D and DB. RGB value is (128,125,219). Sum of RGB (Red+Green+Blue) = 128+125+219=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #807DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DDB is #7F8224. Grayscale: #888888. Windows color (decimal): -8356389 or 14384512. OLE color: 14384512.

HSL color Cylindrical-coordinate representation of color #807DDB: hue angle of 241.91º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #807DDB is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 125 219 -
CMYK 0.42 0.43 0 0.14
HSL 241.91º 0.57% 0.67% -
HSV(B) 241.91º 0.43% 0.86% -
XYZ 29.02 24.37 70.19 -
YUV 136.61 174.49 121.86 -
System Red Green Blue C M Y K H S L
Decimal 128 125 219 0.42 0.43 0 0.14 241.91 0.57 0.67
Hex 80 7D DB 2A 2B 0 E F2 39 43
Octal 200 175 333 52 53 0 16 362 71 103
Binary 10000000 1111101 11011011 101010 101011 0 1110 11110010 111001 1000011

Color Harmonies of #807DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807DDB

Black with #807DDB

Text Example


Text Example

White with #807DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,125,219); }

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

background-color css

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

 a { background-color: rgb(128,125,219); }

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

border-color css

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

 span { border-color: rgb(128,125,219); }

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