Html Css Color HEX #8676CA Moody Blue

📋 copy color: '#8676CA'

red 134 ◦ green 118 ◦ blue 202

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

Shades of Moody Blue #8676CA

Tints of Moody Blue #8676CA

RGB

 RED value IS 134 (52.73% from 255) = 29.52%

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

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

R = 29.52%
G = 25.99%
B = 44.49%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8676CA (or 0x8676CA) is known color: Moody Blue. HEX triplet: 86, 76 and CA. RGB value is (134,118,202). Sum of RGB (Red+Green+Blue) = 134+118+202=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 118 (46.48% from 255 or 25.99% 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 #8676CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8676CA is #798935. Grayscale: #848484. Windows color (decimal): -7964982 or 13268614. OLE color: 13268614.

HSL color Cylindrical-coordinate representation of color #8676CA: hue angle of 251.43º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8676CA is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 118 202 -
CMYK 0.34 0.42 0 0.21
HSL 251.43º 0.44% 0.63% -
HSV(B) 251.43º 0.42% 0.79% -
XYZ 26.97 22.29 58.76 -
YUV 132.36 167.3 129.17 -
System Red Green Blue C M Y K H S L
Decimal 134 118 202 0.34 0.42 0 0.21 251.43 0.44 0.63
Hex 86 76 CA 22 2A 0 15 FB 2C 3F
Octal 206 166 312 42 52 0 25 373 54 77
Binary 10000110 1110110 11001010 100010 101010 0 10101 11111011 101100 111111

Color Harmonies of #8676CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8676CA

Black with #8676CA

Text Example


Text Example

White with #8676CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8676CA; }

 p { color: rgb(134,118,202); }

 H1.HeaderClassName
 {
   color: #8676CA;
 }
 .AnyTagClassName
 {
   color: #8676CA;
 }
</style>

background-color css

<style>
 a { background-color: #8676CA; }

 a { background-color: rgb(134,118,202); }

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

border-color css

<style>
 span { border-color: #8676CA; }

 span { border-color: rgb(134,118,202); }

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