Html Css Color HEX #8074DA Moody Blue

📋 copy color: '#8074DA'

red 128 ◦ green 116 ◦ blue 218

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

Shades of Moody Blue #8074DA

Tints of Moody Blue #8074DA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.11%

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

R = 27.71%
G = 25.11%
B = 47.19%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8074DA (or 0x8074DA) is known color: Moody Blue. HEX triplet: 80, 74 and DA. RGB value is (128,116,218). Sum of RGB (Red+Green+Blue) = 128+116+218=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #8074DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8074DA is #7F8B25. Grayscale: #828282. Windows color (decimal): -8358694 or 14316672. OLE color: 14316672.

HSL color Cylindrical-coordinate representation of color #8074DA: hue angle of 247.06º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8074DA is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 116 218 -
CMYK 0.41 0.47 0 0.15
HSL 247.06º 0.58% 0.65% -
HSV(B) 247.06º 0.47% 0.85% -
XYZ 27.8 22.14 69.14 -
YUV 131.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 128 116 218 0.41 0.47 0 0.15 247.06 0.58 0.65
Hex 80 74 DA 29 2F 0 F F7 3A 41
Octal 200 164 332 51 57 0 17 367 72 101
Binary 10000000 1110100 11011010 101001 101111 0 1111 11110111 111010 1000001

Color Harmonies of #8074DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8074DA

Black with #8074DA

Text Example


Text Example

White with #8074DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8074DA; }

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

 H1.HeaderClassName
 {
   color: #8074DA;
 }
 .AnyTagClassName
 {
   color: #8074DA;
 }
</style>

background-color css

<style>
 a { background-color: #8074DA; }

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

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

border-color css

<style>
 span { border-color: #8074DA; }

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

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