Html Css Color HEX #8A7FDD Moody Blue

📋 copy color: '#8A7FDD'

red 138 ◦ green 127 ◦ blue 221

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

Shades of Moody Blue #8A7FDD

Tints of Moody Blue #8A7FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 26.13%

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 28.4%
G = 26.13%
B = 45.47%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A7FDD (or 0x8A7FDD) is known color: Moody Blue. HEX triplet: 8A, 7F and DD. RGB value is (138,127,221). Sum of RGB (Red+Green+Blue) = 138+127+221=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A7FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7FDD is #758022. Grayscale: #8C8C8C. Windows color (decimal): -7700515 or 14516106. OLE color: 14516106.

HSL color Cylindrical-coordinate representation of color #8A7FDD: hue angle of 247.02º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A7FDD is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 127 221 -
CMYK 0.38 0.43 0 0.13
HSL 247.02º 0.58% 0.68% -
HSV(B) 247.02º 0.43% 0.87% -
XYZ 31.12 25.8 71.75 -
YUV 141.01 173.14 125.86 -
System Red Green Blue C M Y K H S L
Decimal 138 127 221 0.38 0.43 0 0.13 247.02 0.58 0.68
Hex 8A 7F DD 26 2B 0 D F7 3A 44
Octal 212 177 335 46 53 0 15 367 72 104
Binary 10001010 1111111 11011101 100110 101011 0 1101 11110111 111010 1000100

Color Harmonies of #8A7FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7FDD

Black with #8A7FDD

Text Example


Text Example

White with #8A7FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,127,221); }

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

background-color css

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

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

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

border-color css

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

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

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