Html Css Color HEX #807ADB Moody Blue

📋 copy color: '#807ADB'

red 128 ◦ green 122 ◦ blue 219

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

Shades of Moody Blue #807ADB

Tints of Moody Blue #807ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.01%

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

R = 27.29%
G = 26.01%
B = 46.7%

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

#807ADB (or 0x807ADB) is known color: Moody Blue. HEX triplet: 80, 7A and DB. RGB value is (128,122,219). Sum of RGB (Red+Green+Blue) = 128+122+219=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #807ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ADB is #7F8524. Grayscale: #868686. Windows color (decimal): -8357157 or 14383744. OLE color: 14383744.

HSL color Cylindrical-coordinate representation of color #807ADB: hue angle of 243.71º 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 #807ADB is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 122 219 -
CMYK 0.42 0.44 0 0.14
HSL 243.71º 0.57% 0.67% -
HSV(B) 243.71º 0.44% 0.86% -
XYZ 28.65 23.62 70.07 -
YUV 134.85 175.49 123.11 -
System Red Green Blue C M Y K H S L
Decimal 128 122 219 0.42 0.44 0 0.14 243.71 0.57 0.67
Hex 80 7A DB 2A 2C 0 E F4 39 43
Octal 200 172 333 52 54 0 16 364 71 103
Binary 10000000 1111010 11011011 101010 101100 0 1110 11110100 111001 1000011

Color Harmonies of #807ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807ADB

Black with #807ADB

Text Example


Text Example

White with #807ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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