Html Css Color HEX #7F6AC9 Moody Blue

📋 copy color: '#7F6AC9'

red 127 ◦ green 106 ◦ blue 201

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

Shades of Moody Blue #7F6AC9

Tints of Moody Blue #7F6AC9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.42%

 BLUE value IS 201 (78.91% from 255) = 46.31%

R = 29.26%
G = 24.42%
B = 46.31%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7F6AC9 (or 0x7F6AC9) is known color: Moody Blue. HEX triplet: 7F, 6A and C9. RGB value is (127,106,201). Sum of RGB (Red+Green+Blue) = 127+106+201=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 201 - color contains mainly: blue. Hex color #7F6AC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6AC9 is #809536. Grayscale: #7A7A7A. Windows color (decimal): -8426807 or 13199999. OLE color: 13199999.

HSL color Cylindrical-coordinate representation of color #7F6AC9: hue angle of 253.26º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F6AC9 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 106 201 -
CMYK 0.37 0.47 0 0.21
HSL 253.26º 0.47% 0.6% -
HSV(B) 253.26º 0.47% 0.79% -
XYZ 24.45 19.04 57.64 -
YUV 123.11 171.96 130.78 -
System Red Green Blue C M Y K H S L
Decimal 127 106 201 0.37 0.47 0 0.21 253.26 0.47 0.6
Hex 7F 6A C9 25 2F 0 15 FD 2F 3C
Octal 177 152 311 45 57 0 25 375 57 74
Binary 1111111 1101010 11001001 100101 101111 0 10101 11111101 101111 111100

Color Harmonies of #7F6AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6AC9

Black with #7F6AC9

Text Example


Text Example

White with #7F6AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,106,201); }

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

background-color css

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

 a { background-color: rgb(127,106,201); }

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

border-color css

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

 span { border-color: rgb(127,106,201); }

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