Html Css Color HEX #7D6CBD Moody Blue

📋 copy color: '#7D6CBD'

red 125 ◦ green 108 ◦ blue 189

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

Shades of Moody Blue #7D6CBD

Tints of Moody Blue #7D6CBD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.59%

 BLUE value IS 189 (74.22% from 255) = 44.79%

R = 29.62%
G = 25.59%
B = 44.79%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D6CBD (or 0x7D6CBD) is known color: Moody Blue. HEX triplet: 7D, 6C and BD. RGB value is (125,108,189). Sum of RGB (Red+Green+Blue) = 125+108+189=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D6CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6CBD is #829342. Grayscale: #7A7A7A. Windows color (decimal): -8557379 or 12414077. OLE color: 12414077.

HSL color Cylindrical-coordinate representation of color #7D6CBD: hue angle of 252.59º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D6CBD is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 108 189 -
CMYK 0.34 0.43 0 0.26
HSL 252.59º 0.38% 0.58% -
HSV(B) 252.59º 0.43% 0.74% -
XYZ 23.01 18.76 50.55 -
YUV 122.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 125 108 189 0.34 0.43 0 0.26 252.59 0.38 0.58
Hex 7D 6C BD 22 2B 0 1A FD 26 3A
Octal 175 154 275 42 53 0 32 375 46 72
Binary 1111101 1101100 10111101 100010 101011 0 11010 11111101 100110 111010

Color Harmonies of #7D6CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6CBD

Black with #7D6CBD

Text Example


Text Example

White with #7D6CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,108,189); }

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

background-color css

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

 a { background-color: rgb(125,108,189); }

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

border-color css

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

 span { border-color: rgb(125,108,189); }

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