Html Css Color HEX #807BDB Moody Blue

📋 copy color: '#807BDB'

red 128 ◦ green 123 ◦ blue 219

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

Shades of Moody Blue #807BDB

Tints of Moody Blue #807BDB

RGB

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

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

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

R = 27.23%
G = 26.17%
B = 46.6%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#807BDB (or 0x807BDB) is known color: Moody Blue. HEX triplet: 80, 7B and DB. RGB value is (128,123,219). Sum of RGB (Red+Green+Blue) = 128+123+219=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #807BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BDB is #7F8424. Grayscale: #878787. Windows color (decimal): -8356901 or 14384000. OLE color: 14384000.

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

Color convert

RGB 128 123 219 -
CMYK 0.42 0.44 0 0.14
HSL 243.13º 0.57% 0.67% -
HSV(B) 243.13º 0.44% 0.86% -
XYZ 28.77 23.87 70.11 -
YUV 135.44 175.16 122.69 -
System Red Green Blue C M Y K H S L
Decimal 128 123 219 0.42 0.44 0 0.14 243.13 0.57 0.67
Hex 80 7B DB 2A 2C 0 E F3 39 43
Octal 200 173 333 52 54 0 16 363 71 103
Binary 10000000 1111011 11011011 101010 101100 0 1110 11110011 111001 1000011

Color Harmonies of #807BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807BDB

Black with #807BDB

Text Example


Text Example

White with #807BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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