Html Css Color HEX #7F6DD1 Moody Blue

📋 copy color: '#7F6DD1'

red 127 ◦ green 109 ◦ blue 209

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

Shades of Moody Blue #7F6DD1

Tints of Moody Blue #7F6DD1

RGB

 RED value IS 127 (50% from 255) = 28.54%

 GREEN value IS 109 (42.97% from 255) = 24.49%

 BLUE value IS 209 (82.03% from 255) = 46.97%

R = 28.54%
G = 24.49%
B = 46.97%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7F6DD1 (or 0x7F6DD1) is known color: Moody Blue. HEX triplet: 7F, 6D and D1. RGB value is (127,109,209). Sum of RGB (Red+Green+Blue) = 127+109+209=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 209 - color contains mainly: blue. Hex color #7F6DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6DD1 is #80922E. Grayscale: #7D7D7D. Windows color (decimal): -8426031 or 13725055. OLE color: 13725055.

HSL color Cylindrical-coordinate representation of color #7F6DD1: hue angle of 250.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F6DD1 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 127 109 209 -
CMYK 0.39 0.48 0 0.18
HSL 250.8º 0.52% 0.62% -
HSV(B) 250.8º 0.48% 0.82% -
XYZ 25.73 20.05 62.84 -
YUV 125.78 174.96 128.87 -
System Red Green Blue C M Y K H S L
Decimal 127 109 209 0.39 0.48 0 0.18 250.8 0.52 0.62
Hex 7F 6D D1 27 30 0 12 FB 34 3E
Octal 177 155 321 47 60 0 22 373 64 76
Binary 1111111 1101101 11010001 100111 110000 0 10010 11111011 110100 111110

Color Harmonies of #7F6DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6DD1

Black with #7F6DD1

Text Example


Text Example

White with #7F6DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,109,209); }

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

background-color css

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

 a { background-color: rgb(127,109,209); }

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

border-color css

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

 span { border-color: rgb(127,109,209); }

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