Html Css Color HEX #8C80DB Moody Blue

📋 copy color: '#8C80DB'

red 140 ◦ green 128 ◦ blue 219

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

Shades of Moody Blue #8C80DB

Tints of Moody Blue #8C80DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.28%

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 28.75%
G = 26.28%
B = 44.97%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C80DB (or 0x8C80DB) is known color: Moody Blue. HEX triplet: 8C, 80 and DB. RGB value is (140,128,219). Sum of RGB (Red+Green+Blue) = 140+128+219=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C80DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C80DB is #737F24. Grayscale: #8D8D8D. Windows color (decimal): -7569189 or 14385292. OLE color: 14385292.

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

Color convert

RGB 140 128 219 -
CMYK 0.36 0.42 0 0.14
HSL 247.91º 0.56% 0.68% -
HSV(B) 247.91º 0.42% 0.86% -
XYZ 31.32 26.13 70.41 -
YUV 141.96 171.48 126.6 -
System Red Green Blue C M Y K H S L
Decimal 140 128 219 0.36 0.42 0 0.14 247.91 0.56 0.68
Hex 8C 80 DB 24 2A 0 E F8 38 44
Octal 214 200 333 44 52 0 16 370 70 104
Binary 10001100 10000000 11011011 100100 101010 0 1110 11111000 111000 1000100

Color Harmonies of #8C80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C80DB

Black with #8C80DB

Text Example


Text Example

White with #8C80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,128,219); }

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

background-color css

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

 a { background-color: rgb(140,128,219); }

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

border-color css

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

 span { border-color: rgb(140,128,219); }

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