Html Css Color HEX #8D8ABE Moody Blue

📋 copy color: '#8D8ABE'

red 141 ◦ green 138 ◦ blue 190

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

Shades of Moody Blue #8D8ABE

Tints of Moody Blue #8D8ABE

RGB

 RED value IS 141 (55.47% from 255) = 30.06%

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

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

R = 30.06%
G = 29.42%
B = 40.51%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D8ABE (or 0x8D8ABE) is known color: Moody Blue. HEX triplet: 8D, 8A and BE. RGB value is (141,138,190). Sum of RGB (Red+Green+Blue) = 141+138+190=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D8ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8ABE is #727541. Grayscale: #909090. Windows color (decimal): -7501122 or 12487309. OLE color: 12487309.

HSL color Cylindrical-coordinate representation of color #8D8ABE: hue angle of 243.46º 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 #8D8ABE is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 138 190 -
CMYK 0.26 0.27 0 0.25
HSL 243.46º 0.29% 0.64% -
HSV(B) 243.46º 0.27% 0.75% -
XYZ 29.37 27.56 52.49 -
YUV 144.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 141 138 190 0.26 0.27 0 0.25 243.46 0.29 0.64
Hex 8D 8A BE 1A 1B 0 19 F3 1D 40
Octal 215 212 276 32 33 0 31 363 35 100
Binary 10001101 10001010 10111110 11010 11011 0 11001 11110011 11101 1000000

Color Harmonies of #8D8ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8ABE

Black with #8D8ABE

Text Example


Text Example

White with #8D8ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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