Html Css Color HEX #8A8ABE Moody Blue

📋 copy color: '#8A8ABE'

red 138 ◦ green 138 ◦ blue 190

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

Shades of Moody Blue #8A8ABE

Tints of Moody Blue #8A8ABE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.61%

 BLUE value IS 190 (74.61% from 255) = 40.77%

R = 29.61%
G = 29.61%
B = 40.77%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A8ABE (or 0x8A8ABE) is known color: Moody Blue. HEX triplet: 8A, 8A and BE. RGB value is (138,138,190). Sum of RGB (Red+Green+Blue) = 138+138+190=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A8ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8ABE is #757541. Grayscale: #8F8F8F. Windows color (decimal): -7697730 or 12487306. OLE color: 12487306.

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

Color convert

RGB 138 138 190 -
CMYK 0.27 0.27 0 0.25
HSL 240º 0.29% 0.64% -
HSV(B) 240º 0.27% 0.75% -
XYZ 28.86 27.3 52.46 -
YUV 143.93 154 123.77 -
System Red Green Blue C M Y K H S L
Decimal 138 138 190 0.27 0.27 0 0.25 240 0.29 0.64
Hex 8A 8A BE 1B 1B 0 19 F0 1D 40
Octal 212 212 276 33 33 0 31 360 35 100
Binary 10001010 10001010 10111110 11011 11011 0 11001 11110000 11101 1000000

Color Harmonies of #8A8ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8ABE

Black with #8A8ABE

Text Example


Text Example

White with #8A8ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,138,190); }

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

background-color css

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

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

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

border-color css

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

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

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