Html Css Color HEX #8883BB Moody Blue

📋 copy color: '#8883BB'

red 136 ◦ green 131 ◦ blue 187

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

Shades of Moody Blue #8883BB

Tints of Moody Blue #8883BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.19%

R = 29.96%
G = 28.85%
B = 41.19%

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

#8883BB (or 0x8883BB) is known color: Moody Blue. HEX triplet: 88, 83 and BB. RGB value is (136,131,187). Sum of RGB (Red+Green+Blue) = 136+131+187=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #8883BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8883BB is #777C44. Grayscale: #8A8A8A. Windows color (decimal): -7830597 or 12288904. OLE color: 12288904.

HSL color Cylindrical-coordinate representation of color #8883BB: hue angle of 245.36º 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 #8883BB is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 131 187 -
CMYK 0.27 0.30 0 0.27
HSL 245.36º 0.29% 0.62% -
HSV(B) 245.36º 0.3% 0.73% -
XYZ 27.24 25.05 50.41 -
YUV 138.88 155.16 125.95 -
System Red Green Blue C M Y K H S L
Decimal 136 131 187 0.27 0.30 0 0.27 245.36 0.29 0.62
Hex 88 83 BB 1B 1E 0 1B F5 1D 3E
Octal 210 203 273 33 36 0 33 365 35 76
Binary 10001000 10000011 10111011 11011 11110 0 11011 11110101 11101 111110

Color Harmonies of #8883BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8883BB

Black with #8883BB

Text Example


Text Example

White with #8883BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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