Html Css Color HEX #8C7BC9 Moody Blue

📋 copy color: '#8C7BC9'

red 140 ◦ green 123 ◦ blue 201

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

Shades of Moody Blue #8C7BC9

Tints of Moody Blue #8C7BC9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.51%

 BLUE value IS 201 (78.91% from 255) = 43.32%

R = 30.17%
G = 26.51%
B = 43.32%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C7BC9 (or 0x8C7BC9) is known color: Moody Blue. HEX triplet: 8C, 7B and C9. RGB value is (140,123,201). Sum of RGB (Red+Green+Blue) = 140+123+201=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #8C7BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7BC9 is #738436. Grayscale: #888888. Windows color (decimal): -7570487 or 13204364. OLE color: 13204364.

HSL color Cylindrical-coordinate representation of color #8C7BC9: hue angle of 253.08º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C7BC9 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 123 201 -
CMYK 0.30 0.39 0 0.21
HSL 253.08º 0.42% 0.64% -
HSV(B) 253.08º 0.39% 0.79% -
XYZ 28.44 23.96 58.38 -
YUV 136.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 140 123 201 0.30 0.39 0 0.21 253.08 0.42 0.64
Hex 8C 7B C9 1E 27 0 15 FD 2A 40
Octal 214 173 311 36 47 0 25 375 52 100
Binary 10001100 1111011 11001001 11110 100111 0 10101 11111101 101010 1000000

Color Harmonies of #8C7BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7BC9

Black with #8C7BC9

Text Example


Text Example

White with #8C7BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,123,201); }

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

background-color css

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

 a { background-color: rgb(140,123,201); }

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

border-color css

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

 span { border-color: rgb(140,123,201); }

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