Html Css Color HEX #8A77CE Moody Blue

📋 copy color: '#8A77CE'

red 138 ◦ green 119 ◦ blue 206

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

Shades of Moody Blue #8A77CE

Tints of Moody Blue #8A77CE

RGB

 RED value IS 138 (54.3% from 255) = 29.81%

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 29.81%
G = 25.7%
B = 44.49%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A77CE (or 0x8A77CE) is known color: Moody Blue. HEX triplet: 8A, 77 and CE. RGB value is (138,119,206). Sum of RGB (Red+Green+Blue) = 138+119+206=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A77CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A77CE is #758831. Grayscale: #868686. Windows color (decimal): -7702578 or 13531018. OLE color: 13531018.

HSL color Cylindrical-coordinate representation of color #8A77CE: hue angle of 253.1º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A77CE is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 119 206 -
CMYK 0.33 0.42 0 0.19
HSL 253.1º 0.47% 0.64% -
HSV(B) 253.1º 0.42% 0.81% -
XYZ 28.22 23.05 61.35 -
YUV 134.6 168.29 130.43 -
System Red Green Blue C M Y K H S L
Decimal 138 119 206 0.33 0.42 0 0.19 253.1 0.47 0.64
Hex 8A 77 CE 21 2A 0 13 FD 2F 40
Octal 212 167 316 41 52 0 23 375 57 100
Binary 10001010 1110111 11001110 100001 101010 0 10011 11111101 101111 1000000

Color Harmonies of #8A77CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A77CE

Black with #8A77CE

Text Example


Text Example

White with #8A77CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A77CE; }

 p { color: rgb(138,119,206); }

 H1.HeaderClassName
 {
   color: #8A77CE;
 }
 .AnyTagClassName
 {
   color: #8A77CE;
 }
</style>

background-color css

<style>
 a { background-color: #8A77CE; }

 a { background-color: rgb(138,119,206); }

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

border-color css

<style>
 span { border-color: #8A77CE; }

 span { border-color: rgb(138,119,206); }

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