Html Css Color HEX #8C79CE Moody Blue

📋 copy color: '#8C79CE'

red 140 ◦ green 121 ◦ blue 206

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

Shades of Moody Blue #8C79CE

Tints of Moody Blue #8C79CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.91%

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

R = 29.98%
G = 25.91%
B = 44.11%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C79CE (or 0x8C79CE) is known color: Moody Blue. HEX triplet: 8C, 79 and CE. RGB value is (140,121,206). Sum of RGB (Red+Green+Blue) = 140+121+206=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C79CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C79CE is #738631. Grayscale: #888888. Windows color (decimal): -7570994 or 13531532. OLE color: 13531532.

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

Color convert

RGB 140 121 206 -
CMYK 0.32 0.41 0 0.19
HSL 253.41º 0.46% 0.64% -
HSV(B) 253.41º 0.41% 0.81% -
XYZ 28.79 23.71 61.45 -
YUV 136.37 167.29 130.59 -
System Red Green Blue C M Y K H S L
Decimal 140 121 206 0.32 0.41 0 0.19 253.41 0.46 0.64
Hex 8C 79 CE 20 29 0 13 FD 2E 40
Octal 214 171 316 40 51 0 23 375 56 100
Binary 10001100 1111001 11001110 100000 101001 0 10011 11111101 101110 1000000

Color Harmonies of #8C79CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C79CE

Black with #8C79CE

Text Example


Text Example

White with #8C79CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,121,206); }

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

background-color css

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

 a { background-color: rgb(140,121,206); }

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

border-color css

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

 span { border-color: rgb(140,121,206); }

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