Html Css Color HEX #8882BE Moody Blue

📋 copy color: '#8882BE'

red 136 ◦ green 130 ◦ blue 190

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

Shades of Moody Blue #8882BE

Tints of Moody Blue #8882BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 29.82%
G = 28.51%
B = 41.67%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8882BE (or 0x8882BE) is known color: Moody Blue. HEX triplet: 88, 82 and BE. RGB value is (136,130,190). Sum of RGB (Red+Green+Blue) = 136+130+190=456 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.82% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #8882BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8882BE is #777D41. Grayscale: #8A8A8A. Windows color (decimal): -7830850 or 12485256. OLE color: 12485256.

HSL color Cylindrical-coordinate representation of color #8882BE: hue angle of 246º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8882BE is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 130 190 -
CMYK 0.28 0.32 0 0.25
HSL 246º 0.32% 0.63% -
HSV(B) 246º 0.32% 0.75% -
XYZ 27.43 24.92 52.08 -
YUV 138.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 136 130 190 0.28 0.32 0 0.25 246 0.32 0.63
Hex 88 82 BE 1C 20 0 19 F6 20 3F
Octal 210 202 276 34 40 0 31 366 40 77
Binary 10001000 10000010 10111110 11100 100000 0 11001 11110110 100000 111111

Color Harmonies of #8882BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8882BE

Black with #8882BE

Text Example


Text Example

White with #8882BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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