Html Css Color HEX #8576CF Moody Blue

📋 copy color: '#8576CF'

red 133 ◦ green 118 ◦ blue 207

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

Shades of Moody Blue #8576CF

Tints of Moody Blue #8576CF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.76%

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 29.04%
G = 25.76%
B = 45.2%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8576CF (or 0x8576CF) is known color: Moody Blue. HEX triplet: 85, 76 and CF. RGB value is (133,118,207). Sum of RGB (Red+Green+Blue) = 133+118+207=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #8576CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8576CF is #7A8930. Grayscale: #848484. Windows color (decimal): -8030513 or 13596293. OLE color: 13596293.

HSL color Cylindrical-coordinate representation of color #8576CF: hue angle of 250.11º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8576CF is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 118 207 -
CMYK 0.36 0.43 0 0.19
HSL 250.11º 0.48% 0.64% -
HSV(B) 250.11º 0.43% 0.81% -
XYZ 27.41 22.45 61.92 -
YUV 132.63 169.97 128.26 -
System Red Green Blue C M Y K H S L
Decimal 133 118 207 0.36 0.43 0 0.19 250.11 0.48 0.64
Hex 85 76 CF 24 2B 0 13 FA 30 40
Octal 205 166 317 44 53 0 23 372 60 100
Binary 10000101 1110110 11001111 100100 101011 0 10011 11111010 110000 1000000

Color Harmonies of #8576CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8576CF

Black with #8576CF

Text Example


Text Example

White with #8576CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8576CF; }

 p { color: rgb(133,118,207); }

 H1.HeaderClassName
 {
   color: #8576CF;
 }
 .AnyTagClassName
 {
   color: #8576CF;
 }
</style>

background-color css

<style>
 a { background-color: #8576CF; }

 a { background-color: rgb(133,118,207); }

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

border-color css

<style>
 span { border-color: #8576CF; }

 span { border-color: rgb(133,118,207); }

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