Html Css Color HEX #807CCA Moody Blue

📋 copy color: '#807CCA'

red 128 ◦ green 124 ◦ blue 202

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

Shades of Moody Blue #807CCA

Tints of Moody Blue #807CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.49%

R = 28.19%
G = 27.31%
B = 44.49%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#807CCA (or 0x807CCA) is known color: Moody Blue. HEX triplet: 80, 7C and CA. RGB value is (128,124,202). Sum of RGB (Red+Green+Blue) = 128+124+202=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #807CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CCA is #7F8335. Grayscale: #858585. Windows color (decimal): -8356662 or 13270144. OLE color: 13270144.

HSL color Cylindrical-coordinate representation of color #807CCA: hue angle of 243.08º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #807CCA is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 124 202 -
CMYK 0.37 0.39 0 0.21
HSL 243.08º 0.42% 0.64% -
HSV(B) 243.08º 0.39% 0.79% -
XYZ 26.77 23.27 58.96 -
YUV 134.09 166.33 123.66 -
System Red Green Blue C M Y K H S L
Decimal 128 124 202 0.37 0.39 0 0.21 243.08 0.42 0.64
Hex 80 7C CA 25 27 0 15 F3 2A 40
Octal 200 174 312 45 47 0 25 363 52 100
Binary 10000000 1111100 11001010 100101 100111 0 10101 11110011 101010 1000000

Color Harmonies of #807CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807CCA

Black with #807CCA

Text Example


Text Example

White with #807CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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