Html Css Color HEX #8C8AC0 Moody Blue

📋 copy color: '#8C8AC0'

red 140 ◦ green 138 ◦ blue 192

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

Shades of Moody Blue #8C8AC0

Tints of Moody Blue #8C8AC0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.36%

 BLUE value IS 192 (75.39% from 255) = 40.85%

R = 29.79%
G = 29.36%
B = 40.85%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C8AC0 (or 0x8C8AC0) is known color: Moody Blue. HEX triplet: 8C, 8A and C0. RGB value is (140,138,192). Sum of RGB (Red+Green+Blue) = 140+138+192=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #8C8AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8AC0 is #73753F. Grayscale: #909090. Windows color (decimal): -7566656 or 12618380. OLE color: 12618380.

HSL color Cylindrical-coordinate representation of color #8C8AC0: hue angle of 242.22º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C8AC0 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 138 192 -
CMYK 0.27 0.28 0 0.25
HSL 242.22º 0.3% 0.65% -
HSV(B) 242.22º 0.28% 0.75% -
XYZ 29.42 27.56 53.64 -
YUV 144.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 140 138 192 0.27 0.28 0 0.25 242.22 0.3 0.65
Hex 8C 8A C0 1B 1C 0 19 F2 1E 41
Octal 214 212 300 33 34 0 31 362 36 101
Binary 10001100 10001010 11000000 11011 11100 0 11001 11110010 11110 1000001

Color Harmonies of #8C8AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8AC0

Black with #8C8AC0

Text Example


Text Example

White with #8C8AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,138,192); }

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

background-color css

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

 a { background-color: rgb(140,138,192); }

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

border-color css

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

 span { border-color: rgb(140,138,192); }

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