Html Css Color HEX #8985CA Moody Blue

📋 copy color: '#8985CA'

red 137 ◦ green 133 ◦ blue 202

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

Shades of Moody Blue #8985CA

Tints of Moody Blue #8985CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.8%

R = 29.03%
G = 28.18%
B = 42.8%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8985CA (or 0x8985CA) is known color: Moody Blue. HEX triplet: 89, 85 and CA. RGB value is (137,133,202). Sum of RGB (Red+Green+Blue) = 137+133+202=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #8985CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8985CA is #767A35. Grayscale: #8D8D8D. Windows color (decimal): -7764534 or 13272457. OLE color: 13272457.

HSL color Cylindrical-coordinate representation of color #8985CA: hue angle of 243.48º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8985CA is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 133 202 -
CMYK 0.32 0.34 0 0.21
HSL 243.48º 0.39% 0.66% -
HSV(B) 243.48º 0.34% 0.79% -
XYZ 29.36 26.36 59.42 -
YUV 142.06 161.83 124.39 -
System Red Green Blue C M Y K H S L
Decimal 137 133 202 0.32 0.34 0 0.21 243.48 0.39 0.66
Hex 89 85 CA 20 22 0 15 F3 27 42
Octal 211 205 312 40 42 0 25 363 47 102
Binary 10001001 10000101 11001010 100000 100010 0 10101 11110011 100111 1000010

Color Harmonies of #8985CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8985CA

Black with #8985CA

Text Example


Text Example

White with #8985CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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