Html Css Color HEX #8A7EBA Moody Blue

📋 copy color: '#8A7EBA'

red 138 ◦ green 126 ◦ blue 186

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

Shades of Moody Blue #8A7EBA

Tints of Moody Blue #8A7EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28%

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

R = 30.67%
G = 28%
B = 41.33%

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

#8A7EBA (or 0x8A7EBA) is known color: Moody Blue. HEX triplet: 8A, 7E and BA. RGB value is (138,126,186). Sum of RGB (Red+Green+Blue) = 138+126+186=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A7EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7EBA is #758145. Grayscale: #888888. Windows color (decimal): -7700806 or 12222090. OLE color: 12222090.

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

Color convert

RGB 138 126 186 -
CMYK 0.26 0.32 0 0.27
HSL 252º 0.3% 0.61% -
HSV(B) 252º 0.32% 0.73% -
XYZ 26.81 23.87 49.65 -
YUV 136.43 155.98 129.12 -
System Red Green Blue C M Y K H S L
Decimal 138 126 186 0.26 0.32 0 0.27 252 0.3 0.61
Hex 8A 7E BA 1A 20 0 1B FC 1E 3D
Octal 212 176 272 32 40 0 33 374 36 75
Binary 10001010 1111110 10111010 11010 100000 0 11011 11111100 11110 111101

Color Harmonies of #8A7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7EBA

Black with #8A7EBA

Text Example


Text Example

White with #8A7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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