Html Css Color HEX #8677CA Moody Blue

📋 copy color: '#8677CA'

red 134 ◦ green 119 ◦ blue 202

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

Shades of Moody Blue #8677CA

Tints of Moody Blue #8677CA

RGB

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

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

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

R = 29.45%
G = 26.15%
B = 44.4%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8677CA (or 0x8677CA) is known color: Moody Blue. HEX triplet: 86, 77 and CA. RGB value is (134,119,202). Sum of RGB (Red+Green+Blue) = 134+119+202=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #8677CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8677CA is #798835. Grayscale: #848484. Windows color (decimal): -7964726 or 13268870. OLE color: 13268870.

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

Color convert

RGB 134 119 202 -
CMYK 0.34 0.41 0 0.21
HSL 250.84º 0.44% 0.63% -
HSV(B) 250.84º 0.41% 0.79% -
XYZ 27.09 22.53 58.8 -
YUV 132.95 166.97 128.75 -
System Red Green Blue C M Y K H S L
Decimal 134 119 202 0.34 0.41 0 0.21 250.84 0.44 0.63
Hex 86 77 CA 22 29 0 15 FB 2C 3F
Octal 206 167 312 42 51 0 25 373 54 77
Binary 10000110 1110111 11001010 100010 101001 0 10101 11111011 101100 111111

Color Harmonies of #8677CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8677CA

Black with #8677CA

Text Example


Text Example

White with #8677CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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