Html Css Color HEX #8886C6 Moody Blue

📋 copy color: '#8886C6'

red 136 ◦ green 134 ◦ blue 198

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

Shades of Moody Blue #8886C6

Tints of Moody Blue #8886C6

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.63%

 BLUE value IS 198 (77.73% from 255) = 42.31%

R = 29.06%
G = 28.63%
B = 42.31%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8886C6 (or 0x8886C6) is known color: Moody Blue. HEX triplet: 88, 86 and C6. RGB value is (136,134,198). Sum of RGB (Red+Green+Blue) = 136+134+198=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #8886C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8886C6 is #777939. Grayscale: #8D8D8D. Windows color (decimal): -7829818 or 13010568. OLE color: 13010568.

HSL color Cylindrical-coordinate representation of color #8886C6: hue angle of 241.88º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8886C6 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 136 134 198 -
CMYK 0.31 0.32 0 0.22
HSL 241.88º 0.36% 0.65% -
HSV(B) 241.88º 0.32% 0.78% -
XYZ 28.87 26.36 56.99 -
YUV 141.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 136 134 198 0.31 0.32 0 0.22 241.88 0.36 0.65
Hex 88 86 C6 1F 20 0 16 F2 24 41
Octal 210 206 306 37 40 0 26 362 44 101
Binary 10001000 10000110 11000110 11111 100000 0 10110 11110010 100100 1000001

Color Harmonies of #8886C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8886C6

Black with #8886C6

Text Example


Text Example

White with #8886C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8886C6; }

 p { color: rgb(136,134,198); }

 H1.HeaderClassName
 {
   color: #8886C6;
 }
 .AnyTagClassName
 {
   color: #8886C6;
 }
</style>

background-color css

<style>
 a { background-color: #8886C6; }

 a { background-color: rgb(136,134,198); }

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

border-color css

<style>
 span { border-color: #8886C6; }

 span { border-color: rgb(136,134,198); }

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