Html Css Color HEX #8883DC Moody Blue

📋 copy color: '#8883DC'

red 136 ◦ green 131 ◦ blue 220

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

Shades of Moody Blue #8883DC

Tints of Moody Blue #8883DC

RGB

 RED value IS 136 (53.52% from 255) = 27.93%

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

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 27.93%
G = 26.9%
B = 45.17%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8883DC (or 0x8883DC) is known color: Moody Blue. HEX triplet: 88, 83 and DC. RGB value is (136,131,220). Sum of RGB (Red+Green+Blue) = 136+131+220=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #8883DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8883DC is #777C23. Grayscale: #8E8E8E. Windows color (decimal): -7830564 or 14451592. OLE color: 14451592.

HSL color Cylindrical-coordinate representation of color #8883DC: hue angle of 243.37º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8883DC is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 131 220 -
CMYK 0.38 0.40 0 0.14
HSL 243.37º 0.56% 0.69% -
HSV(B) 243.37º 0.4% 0.86% -
XYZ 31.19 26.63 71.21 -
YUV 142.64 171.66 123.26 -
System Red Green Blue C M Y K H S L
Decimal 136 131 220 0.38 0.40 0 0.14 243.37 0.56 0.69
Hex 88 83 DC 26 28 0 E F3 38 45
Octal 210 203 334 46 50 0 16 363 70 105
Binary 10001000 10000011 11011100 100110 101000 0 1110 11110011 111000 1000101

Color Harmonies of #8883DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8883DC

Black with #8883DC

Text Example


Text Example

White with #8883DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8883DC; }

 p { color: rgb(136,131,220); }

 H1.HeaderClassName
 {
   color: #8883DC;
 }
 .AnyTagClassName
 {
   color: #8883DC;
 }
</style>

background-color css

<style>
 a { background-color: #8883DC; }

 a { background-color: rgb(136,131,220); }

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

border-color css

<style>
 span { border-color: #8883DC; }

 span { border-color: rgb(136,131,220); }

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