Html Css Color HEX #8A89CA Moody Blue

📋 copy color: '#8A89CA'

red 138 ◦ green 137 ◦ blue 202

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

Shades of Moody Blue #8A89CA

Tints of Moody Blue #8A89CA

RGB

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

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

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

R = 28.93%
G = 28.72%
B = 42.35%

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

#8A89CA (or 0x8A89CA) is known color: Moody Blue. HEX triplet: 8A, 89 and CA. RGB value is (138,137,202). Sum of RGB (Red+Green+Blue) = 138+137+202=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A89CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A89CA is #757635. Grayscale: #909090. Windows color (decimal): -7697974 or 13273482. OLE color: 13273482.

HSL color Cylindrical-coordinate representation of color #8A89CA: hue angle of 240.92º 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 #8A89CA is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 137 202 -
CMYK 0.32 0.32 0 0.21
HSL 240.92º 0.38% 0.66% -
HSV(B) 240.92º 0.32% 0.79% -
XYZ 30.09 27.56 59.61 -
YUV 144.71 160.33 123.21 -
System Red Green Blue C M Y K H S L
Decimal 138 137 202 0.32 0.32 0 0.21 240.92 0.38 0.66
Hex 8A 89 CA 20 20 0 15 F1 26 42
Octal 212 211 312 40 40 0 25 361 46 102
Binary 10001010 10001001 11001010 100000 100000 0 10101 11110001 100110 1000010

Color Harmonies of #8A89CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A89CA

Black with #8A89CA

Text Example


Text Example

White with #8A89CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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