Html Css Color HEX #8A77D2 Moody Blue

📋 copy color: '#8A77D2'

red 138 ◦ green 119 ◦ blue 210

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

Shades of Moody Blue #8A77D2

Tints of Moody Blue #8A77D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.97%

R = 29.55%
G = 25.48%
B = 44.97%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8A77D2 (or 0x8A77D2) is known color: Moody Blue. HEX triplet: 8A, 77 and D2. RGB value is (138,119,210). Sum of RGB (Red+Green+Blue) = 138+119+210=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 210 - color contains mainly: blue. Hex color #8A77D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A77D2 is #75882D. Grayscale: #868686. Windows color (decimal): -7702574 or 13793162. OLE color: 13793162.

HSL color Cylindrical-coordinate representation of color #8A77D2: hue angle of 252.53º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A77D2 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 119 210 -
CMYK 0.34 0.43 0 0.18
HSL 252.53º 0.5% 0.65% -
HSV(B) 252.53º 0.43% 0.82% -
XYZ 28.71 23.25 63.95 -
YUV 135.06 170.29 130.1 -
System Red Green Blue C M Y K H S L
Decimal 138 119 210 0.34 0.43 0 0.18 252.53 0.5 0.65
Hex 8A 77 D2 22 2B 0 12 FD 32 41
Octal 212 167 322 42 53 0 22 375 62 101
Binary 10001010 1110111 11010010 100010 101011 0 10010 11111101 110010 1000001

Color Harmonies of #8A77D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A77D2

Black with #8A77D2

Text Example


Text Example

White with #8A77D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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