Html Css Color HEX #7D67BA Moody Blue

📋 copy color: '#7D67BA'

red 125 ◦ green 103 ◦ blue 186

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

Shades of Moody Blue #7D67BA

Tints of Moody Blue #7D67BA

RGB

 RED value IS 125 (49.22% from 255) = 30.19%

 GREEN value IS 103 (40.63% from 255) = 24.88%

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

R = 30.19%
G = 24.88%
B = 44.93%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D67BA (or 0x7D67BA) is known color: Moody Blue. HEX triplet: 7D, 67 and BA. RGB value is (125,103,186). Sum of RGB (Red+Green+Blue) = 125+103+186=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D67BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D67BA is #829845. Grayscale: #767676. Windows color (decimal): -8558662 or 12216189. OLE color: 12216189.

HSL color Cylindrical-coordinate representation of color #7D67BA: hue angle of 255.9º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D67BA is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 103 186 -
CMYK 0.33 0.45 0 0.27
HSL 255.9º 0.38% 0.57% -
HSV(B) 255.9º 0.45% 0.73% -
XYZ 22.17 17.61 48.68 -
YUV 119.04 165.79 132.25 -
System Red Green Blue C M Y K H S L
Decimal 125 103 186 0.33 0.45 0 0.27 255.9 0.38 0.57
Hex 7D 67 BA 21 2D 0 1B 100 26 39
Octal 175 147 272 41 55 0 33 400 46 71
Binary 1111101 1100111 10111010 100001 101101 0 11011 100000000 100110 111001

Color Harmonies of #7D67BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D67BA

Black with #7D67BA

Text Example


Text Example

White with #7D67BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D67BA; }

 p { color: rgb(125,103,186); }

 H1.HeaderClassName
 {
   color: #7D67BA;
 }
 .AnyTagClassName
 {
   color: #7D67BA;
 }
</style>

background-color css

<style>
 a { background-color: #7D67BA; }

 a { background-color: rgb(125,103,186); }

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

border-color css

<style>
 span { border-color: #7D67BA; }

 span { border-color: rgb(125,103,186); }

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