Html Css Color HEX #8989CA Moody Blue

📋 copy color: '#8989CA'

red 137 ◦ green 137 ◦ blue 202

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

Shades of Moody Blue #8989CA

Tints of Moody Blue #8989CA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.78%

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

R = 28.78%
G = 28.78%
B = 42.44%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8989CA (or 0x8989CA) is known color: Moody Blue. HEX triplet: 89, 89 and CA. RGB value is (137,137,202). Sum of RGB (Red+Green+Blue) = 137+137+202=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #8989CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8989CA is #767635. Grayscale: #909090. Windows color (decimal): -7763510 or 13273481. OLE color: 13273481.

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

Color convert

RGB 137 137 202 -
CMYK 0.32 0.32 0 0.21
HSL 240º 0.38% 0.66% -
HSV(B) 240º 0.32% 0.79% -
XYZ 29.92 27.47 59.6 -
YUV 144.41 160.5 122.71 -
System Red Green Blue C M Y K H S L
Decimal 137 137 202 0.32 0.32 0 0.21 240 0.38 0.66
Hex 89 89 CA 20 20 0 15 F0 26 42
Octal 211 211 312 40 40 0 25 360 46 102
Binary 10001001 10001001 11001010 100000 100000 0 10101 11110000 100110 1000010

Color Harmonies of #8989CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8989CA

Black with #8989CA

Text Example


Text Example

White with #8989CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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