Html Css Color HEX #8A87BD Moody Blue

📋 copy color: '#8A87BD'

red 138 ◦ green 135 ◦ blue 189

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

Shades of Moody Blue #8A87BD

Tints of Moody Blue #8A87BD

RGB

 RED value IS 138 (54.3% from 255) = 29.87%

 GREEN value IS 135 (53.13% from 255) = 29.22%

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 29.87%
G = 29.22%
B = 40.91%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A87BD (or 0x8A87BD) is known color: Moody Blue. HEX triplet: 8A, 87 and BD. RGB value is (138,135,189). Sum of RGB (Red+Green+Blue) = 138+135+189=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A87BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A87BD is #757842. Grayscale: #8D8D8D. Windows color (decimal): -7698499 or 12421002. OLE color: 12421002.

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

Color convert

RGB 138 135 189 -
CMYK 0.27 0.29 0 0.26
HSL 243.33º 0.29% 0.64% -
HSV(B) 243.33º 0.29% 0.74% -
XYZ 28.33 26.41 51.75 -
YUV 142.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 138 135 189 0.27 0.29 0 0.26 243.33 0.29 0.64
Hex 8A 87 BD 1B 1D 0 1A F3 1D 40
Octal 212 207 275 33 35 0 32 363 35 100
Binary 10001010 10000111 10111101 11011 11101 0 11010 11110011 11101 1000000

Color Harmonies of #8A87BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A87BD

Black with #8A87BD

Text Example


Text Example

White with #8A87BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,135,189); }

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

background-color css

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

 a { background-color: rgb(138,135,189); }

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

border-color css

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

 span { border-color: rgb(138,135,189); }

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