Html Css Color HEX #8886BE Moody Blue

📋 copy color: '#8886BE'

red 136 ◦ green 134 ◦ blue 190

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

Shades of Moody Blue #8886BE

Tints of Moody Blue #8886BE

RGB

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

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

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

R = 29.57%
G = 29.13%
B = 41.3%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8886BE (or 0x8886BE) is known color: Moody Blue. HEX triplet: 88, 86 and BE. RGB value is (136,134,190). Sum of RGB (Red+Green+Blue) = 136+134+190=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #8886BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8886BE is #777941. Grayscale: #8C8C8C. Windows color (decimal): -7829826 or 12486280. OLE color: 12486280.

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

Color convert

RGB 136 134 190 -
CMYK 0.28 0.29 0 0.25
HSL 242.14º 0.3% 0.64% -
HSV(B) 242.14º 0.29% 0.75% -
XYZ 27.97 26 52.26 -
YUV 140.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 136 134 190 0.28 0.29 0 0.25 242.14 0.3 0.64
Hex 88 86 BE 1C 1D 0 19 F2 1E 40
Octal 210 206 276 34 35 0 31 362 36 100
Binary 10001000 10000110 10111110 11100 11101 0 11001 11110010 11110 1000000

Color Harmonies of #8886BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8886BE

Black with #8886BE

Text Example


Text Example

White with #8886BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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