Html Css Color HEX #8882BA Moody Blue

📋 copy color: '#8882BA'

red 136 ◦ green 130 ◦ blue 186

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

Shades of Moody Blue #8882BA

Tints of Moody Blue #8882BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 30.09%
G = 28.76%
B = 41.15%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8882BA (or 0x8882BA) is known color: Moody Blue. HEX triplet: 88, 82 and BA. RGB value is (136,130,186). Sum of RGB (Red+Green+Blue) = 136+130+186=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #8882BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8882BA is #777D45. Grayscale: #898989. Windows color (decimal): -7830854 or 12223112. OLE color: 12223112.

HSL color Cylindrical-coordinate representation of color #8882BA: hue angle of 246.43º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8882BA is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 130 186 -
CMYK 0.27 0.30 0 0.27
HSL 246.43º 0.29% 0.62% -
HSV(B) 246.43º 0.3% 0.73% -
XYZ 27 24.74 49.81 -
YUV 138.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 136 130 186 0.27 0.30 0 0.27 246.43 0.29 0.62
Hex 88 82 BA 1B 1E 0 1B F6 1D 3E
Octal 210 202 272 33 36 0 33 366 35 76
Binary 10001000 10000010 10111010 11011 11110 0 11011 11110110 11101 111110

Color Harmonies of #8882BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8882BA

Black with #8882BA

Text Example


Text Example

White with #8882BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8882BA; }

 p { color: rgb(136,130,186); }

 H1.HeaderClassName
 {
   color: #8882BA;
 }
 .AnyTagClassName
 {
   color: #8882BA;
 }
</style>

background-color css

<style>
 a { background-color: #8882BA; }

 a { background-color: rgb(136,130,186); }

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

border-color css

<style>
 span { border-color: #8882BA; }

 span { border-color: rgb(136,130,186); }

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