Html Css Color HEX #8A7DBF Moody Blue

📋 copy color: '#8A7DBF'

red 138 ◦ green 125 ◦ blue 191

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

Shades of Moody Blue #8A7DBF

Tints of Moody Blue #8A7DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.53%

 BLUE value IS 191 (75% from 255) = 42.07%

R = 30.4%
G = 27.53%
B = 42.07%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A7DBF (or 0x8A7DBF) is known color: Moody Blue. HEX triplet: 8A, 7D and BF. RGB value is (138,125,191). Sum of RGB (Red+Green+Blue) = 138+125+191=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A7DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7DBF is #758240. Grayscale: #888888. Windows color (decimal): -7701057 or 12549514. OLE color: 12549514.

HSL color Cylindrical-coordinate representation of color #8A7DBF: hue angle of 251.82º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A7DBF is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 125 191 -
CMYK 0.28 0.35 0 0.25
HSL 251.82º 0.34% 0.62% -
HSV(B) 251.82º 0.35% 0.75% -
XYZ 27.22 23.83 52.46 -
YUV 136.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 138 125 191 0.28 0.35 0 0.25 251.82 0.34 0.62
Hex 8A 7D BF 1C 23 0 19 FC 22 3E
Octal 212 175 277 34 43 0 31 374 42 76
Binary 10001010 1111101 10111111 11100 100011 0 11001 11111100 100010 111110

Color Harmonies of #8A7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7DBF

Black with #8A7DBF

Text Example


Text Example

White with #8A7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,125,191); }

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

background-color css

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

 a { background-color: rgb(138,125,191); }

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

border-color css

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

 span { border-color: rgb(138,125,191); }

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