Html Css Color HEX #8C7AD0 Moody Blue

📋 copy color: '#8C7AD0'

red 140 ◦ green 122 ◦ blue 208

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

Shades of Moody Blue #8C7AD0

Tints of Moody Blue #8C7AD0

RGB

 RED value IS 140 (55.08% from 255) = 29.79%

 GREEN value IS 122 (48.05% from 255) = 25.96%

 BLUE value IS 208 (81.64% from 255) = 44.26%

R = 29.79%
G = 25.96%
B = 44.26%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8C7AD0 (or 0x8C7AD0) is known color: Moody Blue. HEX triplet: 8C, 7A and D0. RGB value is (140,122,208). Sum of RGB (Red+Green+Blue) = 140+122+208=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C7AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7AD0 is #73852F. Grayscale: #888888. Windows color (decimal): -7570736 or 13662860. OLE color: 13662860.

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

Color convert

RGB 140 122 208 -
CMYK 0.33 0.41 0 0.18
HSL 252.56º 0.48% 0.65% -
HSV(B) 252.56º 0.41% 0.82% -
XYZ 29.16 24.05 62.78 -
YUV 137.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 140 122 208 0.33 0.41 0 0.18 252.56 0.48 0.65
Hex 8C 7A D0 21 29 0 12 FD 30 41
Octal 214 172 320 41 51 0 22 375 60 101
Binary 10001100 1111010 11010000 100001 101001 0 10010 11111101 110000 1000001

Color Harmonies of #8C7AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7AD0

Black with #8C7AD0

Text Example


Text Example

White with #8C7AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,122,208); }

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

background-color css

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

 a { background-color: rgb(140,122,208); }

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

border-color css

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

 span { border-color: rgb(140,122,208); }

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