Html Css Color HEX #8F8ABE Moody Blue

📋 copy color: '#8F8ABE'

red 143 ◦ green 138 ◦ blue 190

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

Shades of Moody Blue #8F8ABE

Tints of Moody Blue #8F8ABE

RGB

 RED value IS 143 (56.25% from 255) = 30.36%

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

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

R = 30.36%
G = 29.3%
B = 40.34%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F8ABE (or 0x8F8ABE) is known color: Moody Blue. HEX triplet: 8F, 8A and BE. RGB value is (143,138,190). Sum of RGB (Red+Green+Blue) = 143+138+190=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F8ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8ABE is #707541. Grayscale: #919191. Windows color (decimal): -7370050 or 12487311. OLE color: 12487311.

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

Color convert

RGB 143 138 190 -
CMYK 0.25 0.27 0 0.25
HSL 245.77º 0.29% 0.64% -
HSV(B) 245.77º 0.27% 0.75% -
XYZ 29.71 27.73 52.5 -
YUV 145.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 143 138 190 0.25 0.27 0 0.25 245.77 0.29 0.64
Hex 8F 8A BE 19 1B 0 19 F6 1D 40
Octal 217 212 276 31 33 0 31 366 35 100
Binary 10001111 10001010 10111110 11001 11011 0 11001 11110110 11101 1000000

Color Harmonies of #8F8ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8ABE

Black with #8F8ABE

Text Example


Text Example

White with #8F8ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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