Html Css Color HEX #8C7FDA Moody Blue

📋 copy color: '#8C7FDA'

red 140 ◦ green 127 ◦ blue 218

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

Shades of Moody Blue #8C7FDA

Tints of Moody Blue #8C7FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 26.19%

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 28.87%
G = 26.19%
B = 44.95%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8C7FDA (or 0x8C7FDA) is known color: Moody Blue. HEX triplet: 8C, 7F and DA. RGB value is (140,127,218). Sum of RGB (Red+Green+Blue) = 140+127+218=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C7FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7FDA is #738025. Grayscale: #8C8C8C. Windows color (decimal): -7569446 or 14319500. OLE color: 14319500.

HSL color Cylindrical-coordinate representation of color #8C7FDA: hue angle of 248.57º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C7FDA is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 127 218 -
CMYK 0.36 0.42 0 0.15
HSL 248.57º 0.55% 0.68% -
HSV(B) 248.57º 0.42% 0.85% -
XYZ 31.06 25.82 69.68 -
YUV 141.26 171.31 127.1 -
System Red Green Blue C M Y K H S L
Decimal 140 127 218 0.36 0.42 0 0.15 248.57 0.55 0.68
Hex 8C 7F DA 24 2A 0 F F9 37 44
Octal 214 177 332 44 52 0 17 371 67 104
Binary 10001100 1111111 11011010 100100 101010 0 1111 11111001 110111 1000100

Color Harmonies of #8C7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7FDA

Black with #8C7FDA

Text Example


Text Example

White with #8C7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,127,218); }

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

background-color css

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

 a { background-color: rgb(140,127,218); }

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

border-color css

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

 span { border-color: rgb(140,127,218); }

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