Html Css Color HEX #8C83DD Moody Blue

📋 copy color: '#8C83DD'

red 140 ◦ green 131 ◦ blue 221

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

Shades of Moody Blue #8C83DD

Tints of Moody Blue #8C83DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.63%

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

R = 28.46%
G = 26.63%
B = 44.92%

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

#8C83DD (or 0x8C83DD) is known color: Moody Blue. HEX triplet: 8C, 83 and DD. RGB value is (140,131,221). Sum of RGB (Red+Green+Blue) = 140+131+221=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C83DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83DD is #737C22. Grayscale: #8F8F8F. Windows color (decimal): -7568419 or 14517132. OLE color: 14517132.

HSL color Cylindrical-coordinate representation of color #8C83DD: hue angle of 246º 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 #8C83DD is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 131 221 -
CMYK 0.37 0.41 0 0.13
HSL 246º 0.57% 0.69% -
HSV(B) 246º 0.41% 0.87% -
XYZ 31.98 27.03 71.94 -
YUV 143.95 171.48 125.18 -
System Red Green Blue C M Y K H S L
Decimal 140 131 221 0.37 0.41 0 0.13 246 0.57 0.69
Hex 8C 83 DD 25 29 0 D F6 39 45
Octal 214 203 335 45 51 0 15 366 71 105
Binary 10001100 10000011 11011101 100101 101001 0 1101 11110110 111001 1000101

Color Harmonies of #8C83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C83DD

Black with #8C83DD

Text Example


Text Example

White with #8C83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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