Html Css Color HEX #8C82DD Moody Blue

📋 copy color: '#8C82DD'

red 140 ◦ green 130 ◦ blue 221

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

Shades of Moody Blue #8C82DD

Tints of Moody Blue #8C82DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 28.51%
G = 26.48%
B = 45.01%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C82DD (or 0x8C82DD) is known color: Moody Blue. HEX triplet: 8C, 82 and DD. RGB value is (140,130,221). Sum of RGB (Red+Green+Blue) = 140+130+221=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C82DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C82DD is #737D22. Grayscale: #8F8F8F. Windows color (decimal): -7568675 or 14516876. OLE color: 14516876.

HSL color Cylindrical-coordinate representation of color #8C82DD: hue angle of 246.59º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C82DD is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 130 221 -
CMYK 0.37 0.41 0 0.13
HSL 246.59º 0.57% 0.69% -
HSV(B) 246.59º 0.41% 0.87% -
XYZ 31.85 26.76 71.89 -
YUV 143.36 171.81 125.6 -
System Red Green Blue C M Y K H S L
Decimal 140 130 221 0.37 0.41 0 0.13 246.59 0.57 0.69
Hex 8C 82 DD 25 29 0 D F7 39 45
Octal 214 202 335 45 51 0 15 367 71 105
Binary 10001100 10000010 11011101 100101 101001 0 1101 11110111 111001 1000101

Color Harmonies of #8C82DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C82DD

Black with #8C82DD

Text Example


Text Example

White with #8C82DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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