Html Css Color HEX #8A7FCA Moody Blue

📋 copy color: '#8A7FCA'

red 138 ◦ green 127 ◦ blue 202

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

Shades of Moody Blue #8A7FCA

Tints of Moody Blue #8A7FCA

RGB

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

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

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

R = 29.55%
G = 27.19%
B = 43.25%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8A7FCA (or 0x8A7FCA) is known color: Moody Blue. HEX triplet: 8A, 7F and CA. RGB value is (138,127,202). Sum of RGB (Red+Green+Blue) = 138+127+202=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A7FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7FCA is #758035. Grayscale: #8A8A8A. Windows color (decimal): -7700534 or 13270922. OLE color: 13270922.

HSL color Cylindrical-coordinate representation of color #8A7FCA: hue angle of 248.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A7FCA is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 127 202 -
CMYK 0.32 0.37 0 0.21
HSL 248.8º 0.41% 0.65% -
HSV(B) 248.8º 0.37% 0.79% -
XYZ 28.73 24.85 59.16 -
YUV 138.84 163.64 127.4 -
System Red Green Blue C M Y K H S L
Decimal 138 127 202 0.32 0.37 0 0.21 248.8 0.41 0.65
Hex 8A 7F CA 20 25 0 15 F9 29 41
Octal 212 177 312 40 45 0 25 371 51 101
Binary 10001010 1111111 11001010 100000 100101 0 10101 11111001 101001 1000001

Color Harmonies of #8A7FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7FCA

Black with #8A7FCA

Text Example


Text Example

White with #8A7FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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