Html Css Color HEX #8C82DB Moody Blue

📋 copy color: '#8C82DB'

red 140 ◦ green 130 ◦ blue 219

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

Shades of Moody Blue #8C82DB

Tints of Moody Blue #8C82DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.58%

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

R = 28.63%
G = 26.58%
B = 44.79%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C82DB (or 0x8C82DB) is known color: Moody Blue. HEX triplet: 8C, 82 and DB. RGB value is (140,130,219). Sum of RGB (Red+Green+Blue) = 140+130+219=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C82DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C82DB is #737D24. Grayscale: #8E8E8E. Windows color (decimal): -7568677 or 14385804. OLE color: 14385804.

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

Color convert

RGB 140 130 219 -
CMYK 0.36 0.41 0 0.14
HSL 246.74º 0.55% 0.68% -
HSV(B) 246.74º 0.41% 0.86% -
XYZ 31.58 26.66 70.5 -
YUV 143.14 170.81 125.76 -
System Red Green Blue C M Y K H S L
Decimal 140 130 219 0.36 0.41 0 0.14 246.74 0.55 0.68
Hex 8C 82 DB 24 29 0 E F7 37 44
Octal 214 202 333 44 51 0 16 367 67 104
Binary 10001100 10000010 11011011 100100 101001 0 1110 11110111 110111 1000100

Color Harmonies of #8C82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C82DB

Black with #8C82DB

Text Example


Text Example

White with #8C82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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