Html Css Color HEX #8A7FBA Moody Blue

📋 copy color: '#8A7FBA'

red 138 ◦ green 127 ◦ blue 186

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

Shades of Moody Blue #8A7FBA

Tints of Moody Blue #8A7FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 30.6%
G = 28.16%
B = 41.24%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A7FBA (or 0x8A7FBA) is known color: Moody Blue. HEX triplet: 8A, 7F and BA. RGB value is (138,127,186). Sum of RGB (Red+Green+Blue) = 138+127+186=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A7FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7FBA is #758045. Grayscale: #888888. Windows color (decimal): -7700550 or 12222346. OLE color: 12222346.

HSL color Cylindrical-coordinate representation of color #8A7FBA: hue angle of 251.19º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A7FBA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 127 186 -
CMYK 0.26 0.32 0 0.27
HSL 251.19º 0.3% 0.61% -
HSV(B) 251.19º 0.32% 0.73% -
XYZ 26.93 24.13 49.69 -
YUV 137.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 138 127 186 0.26 0.32 0 0.27 251.19 0.3 0.61
Hex 8A 7F BA 1A 20 0 1B FB 1E 3D
Octal 212 177 272 32 40 0 33 373 36 75
Binary 10001010 1111111 10111010 11010 100000 0 11011 11111011 11110 111101

Color Harmonies of #8A7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7FBA

Black with #8A7FBA

Text Example


Text Example

White with #8A7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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