Html Css Color HEX #807CDE Moody Blue

📋 copy color: '#807CDE'

red 128 ◦ green 124 ◦ blue 222

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

Shades of Moody Blue #807CDE

Tints of Moody Blue #807CDE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.16%

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 27%
G = 26.16%
B = 46.84%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#807CDE (or 0x807CDE) is known color: Moody Blue. HEX triplet: 80, 7C and DE. RGB value is (128,124,222). Sum of RGB (Red+Green+Blue) = 128+124+222=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #807CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CDE is #7F8321. Grayscale: #878787. Windows color (decimal): -8356642 or 14580864. OLE color: 14580864.

HSL color Cylindrical-coordinate representation of color #807CDE: hue angle of 242.45º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #807CDE is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 124 222 -
CMYK 0.42 0.44 0 0.13
HSL 242.45º 0.6% 0.68% -
HSV(B) 242.45º 0.44% 0.87% -
XYZ 29.29 24.28 72.25 -
YUV 136.37 176.33 122.03 -
System Red Green Blue C M Y K H S L
Decimal 128 124 222 0.42 0.44 0 0.13 242.45 0.6 0.68
Hex 80 7C DE 2A 2C 0 D F2 3C 44
Octal 200 174 336 52 54 0 15 362 74 104
Binary 10000000 1111100 11011110 101010 101100 0 1101 11110010 111100 1000100

Color Harmonies of #807CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807CDE

Black with #807CDE

Text Example


Text Example

White with #807CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,124,222); }

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

background-color css

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

 a { background-color: rgb(128,124,222); }

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

border-color css

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

 span { border-color: rgb(128,124,222); }

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