Html Css Color HEX #7F7AC6 Moody Blue

📋 copy color: '#7F7AC6'

red 127 ◦ green 122 ◦ blue 198

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

Shades of Moody Blue #7F7AC6

Tints of Moody Blue #7F7AC6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.29%

 BLUE value IS 198 (77.73% from 255) = 44.3%

R = 28.41%
G = 27.29%
B = 44.3%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7F7AC6 (or 0x7F7AC6) is known color: Moody Blue. HEX triplet: 7F, 7A and C6. RGB value is (127,122,198). Sum of RGB (Red+Green+Blue) = 127+122+198=447 (59% of max value = 765). Red value is 127 (50% from 255 or 28.41% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 198 - color contains mainly: blue. Hex color #7F7AC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7AC6 is #808539. Grayscale: #838383. Windows color (decimal): -8422714 or 13007487. OLE color: 13007487.

HSL color Cylindrical-coordinate representation of color #7F7AC6: hue angle of 243.95º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F7AC6 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 122 198 -
CMYK 0.36 0.38 0 0.22
HSL 243.95º 0.4% 0.63% -
HSV(B) 243.95º 0.38% 0.78% -
XYZ 25.9 22.51 56.41 -
YUV 132.16 165.16 124.32 -
System Red Green Blue C M Y K H S L
Decimal 127 122 198 0.36 0.38 0 0.22 243.95 0.4 0.63
Hex 7F 7A C6 24 26 0 16 F4 28 3F
Octal 177 172 306 44 46 0 26 364 50 77
Binary 1111111 1111010 11000110 100100 100110 0 10110 11110100 101000 111111

Color Harmonies of #7F7AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7AC6

Black with #7F7AC6

Text Example


Text Example

White with #7F7AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,122,198); }

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

background-color css

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

 a { background-color: rgb(127,122,198); }

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

border-color css

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

 span { border-color: rgb(127,122,198); }

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