Html Css Color HEX #8577DC Moody Blue

📋 copy color: '#8577DC'

red 133 ◦ green 119 ◦ blue 220

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

Shades of Moody Blue #8577DC

Tints of Moody Blue #8577DC

RGB

 RED value IS 133 (52.34% from 255) = 28.18%

 GREEN value IS 119 (46.88% from 255) = 25.21%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 28.18%
G = 25.21%
B = 46.61%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8577DC (or 0x8577DC) is known color: Moody Blue. HEX triplet: 85, 77 and DC. RGB value is (133,119,220). Sum of RGB (Red+Green+Blue) = 133+119+220=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #8577DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8577DC is #7A8823. Grayscale: #868686. Windows color (decimal): -8030244 or 14448517. OLE color: 14448517.

HSL color Cylindrical-coordinate representation of color #8577DC: hue angle of 248.32º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8577DC is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 119 220 -
CMYK 0.40 0.46 0 0.14
HSL 248.32º 0.59% 0.66% -
HSV(B) 248.32º 0.46% 0.86% -
XYZ 29.19 23.35 70.68 -
YUV 134.7 176.14 126.79 -
System Red Green Blue C M Y K H S L
Decimal 133 119 220 0.40 0.46 0 0.14 248.32 0.59 0.66
Hex 85 77 DC 28 2E 0 E F8 3B 42
Octal 205 167 334 50 56 0 16 370 73 102
Binary 10000101 1110111 11011100 101000 101110 0 1110 11111000 111011 1000010

Color Harmonies of #8577DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8577DC

Black with #8577DC

Text Example


Text Example

White with #8577DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8577DC; }

 p { color: rgb(133,119,220); }

 H1.HeaderClassName
 {
   color: #8577DC;
 }
 .AnyTagClassName
 {
   color: #8577DC;
 }
</style>

background-color css

<style>
 a { background-color: #8577DC; }

 a { background-color: rgb(133,119,220); }

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

border-color css

<style>
 span { border-color: #8577DC; }

 span { border-color: rgb(133,119,220); }

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