Html Css Color HEX #8F88BE Moody Blue

📋 copy color: '#8F88BE'

red 143 ◦ green 136 ◦ blue 190

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

Shades of Moody Blue #8F88BE

Tints of Moody Blue #8F88BE

RGB

 RED value IS 143 (56.25% from 255) = 30.49%

 GREEN value IS 136 (53.52% from 255) = 29%

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

R = 30.49%
G = 29%
B = 40.51%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F88BE (or 0x8F88BE) is known color: Moody Blue. HEX triplet: 8F, 88 and BE. RGB value is (143,136,190). Sum of RGB (Red+Green+Blue) = 143+136+190=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F88BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F88BE is #707741. Grayscale: #909090. Windows color (decimal): -7370562 or 12486799. OLE color: 12486799.

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

Color convert

RGB 143 136 190 -
CMYK 0.25 0.28 0 0.25
HSL 247.78º 0.29% 0.64% -
HSV(B) 247.78º 0.28% 0.75% -
XYZ 29.43 27.17 52.41 -
YUV 144.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 143 136 190 0.25 0.28 0 0.25 247.78 0.29 0.64
Hex 8F 88 BE 19 1C 0 19 F8 1D 40
Octal 217 210 276 31 34 0 31 370 35 100
Binary 10001111 10001000 10111110 11001 11100 0 11001 11111000 11101 1000000

Color Harmonies of #8F88BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F88BE

Black with #8F88BE

Text Example


Text Example

White with #8F88BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F88BE; }

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

 H1.HeaderClassName
 {
   color: #8F88BE;
 }
 .AnyTagClassName
 {
   color: #8F88BE;
 }
</style>

background-color css

<style>
 a { background-color: #8F88BE; }

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

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

border-color css

<style>
 span { border-color: #8F88BE; }

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

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