Html Css Color HEX #8985B4 Moody Blue

📋 copy color: '#8985B4'

red 137 ◦ green 133 ◦ blue 180

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

Shades of Moody Blue #8985B4

Tints of Moody Blue #8985B4

RGB

 RED value IS 137 (53.91% from 255) = 30.44%

 GREEN value IS 133 (52.34% from 255) = 29.56%

 BLUE value IS 180 (70.7% from 255) = 40%

R = 30.44%
G = 29.56%
B = 40%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8985B4 (or 0x8985B4) is known color: Moody Blue. HEX triplet: 89, 85 and B4. RGB value is (137,133,180). Sum of RGB (Red+Green+Blue) = 137+133+180=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 180 - color contains mainly: blue. Hex color #8985B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8985B4 is #767A4B. Grayscale: #8B8B8B. Windows color (decimal): -7764556 or 11830665. OLE color: 11830665.

HSL color Cylindrical-coordinate representation of color #8985B4: hue angle of 245.11º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8985B4 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 133 180 -
CMYK 0.24 0.26 0 0.29
HSL 245.11º 0.24% 0.61% -
HSV(B) 245.11º 0.26% 0.71% -
XYZ 26.94 25.39 46.66 -
YUV 139.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 137 133 180 0.24 0.26 0 0.29 245.11 0.24 0.61
Hex 89 85 B4 18 1A 0 1D F5 18 3D
Octal 211 205 264 30 32 0 35 365 30 75
Binary 10001001 10000101 10110100 11000 11010 0 11101 11110101 11000 111101

Color Harmonies of #8985B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8985B4

Black with #8985B4

Text Example


Text Example

White with #8985B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8985B4; }

 p { color: rgb(137,133,180); }

 H1.HeaderClassName
 {
   color: #8985B4;
 }
 .AnyTagClassName
 {
   color: #8985B4;
 }
</style>

background-color css

<style>
 a { background-color: #8985B4; }

 a { background-color: rgb(137,133,180); }

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

border-color css

<style>
 span { border-color: #8985B4; }

 span { border-color: rgb(137,133,180); }

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