Html Css Color HEX #807CDA Moody Blue

📋 copy color: '#807CDA'

red 128 ◦ green 124 ◦ blue 218

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

Shades of Moody Blue #807CDA

Tints of Moody Blue #807CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.38%

R = 27.23%
G = 26.38%
B = 46.38%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#807CDA (or 0x807CDA) is known color: Moody Blue. HEX triplet: 80, 7C and DA. RGB value is (128,124,218). Sum of RGB (Red+Green+Blue) = 128+124+218=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #807CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CDA is #7F8325. Grayscale: #878787. Windows color (decimal): -8356646 or 14318720. OLE color: 14318720.

HSL color Cylindrical-coordinate representation of color #807CDA: hue angle of 242.55º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #807CDA is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 124 218 -
CMYK 0.41 0.43 0 0.15
HSL 242.55º 0.56% 0.67% -
HSV(B) 242.55º 0.43% 0.85% -
XYZ 28.76 24.07 69.46 -
YUV 135.91 174.33 122.36 -
System Red Green Blue C M Y K H S L
Decimal 128 124 218 0.41 0.43 0 0.15 242.55 0.56 0.67
Hex 80 7C DA 29 2B 0 F F3 38 43
Octal 200 174 332 51 53 0 17 363 70 103
Binary 10000000 1111100 11011010 101001 101011 0 1111 11110011 111000 1000011

Color Harmonies of #807CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807CDA

Black with #807CDA

Text Example


Text Example

White with #807CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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