Html Css Color HEX #7F6EC4 Moody Blue

📋 copy color: '#7F6EC4'

red 127 ◦ green 110 ◦ blue 196

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

Shades of Moody Blue #7F6EC4

Tints of Moody Blue #7F6EC4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.4%

 BLUE value IS 196 (76.95% from 255) = 45.27%

R = 29.33%
G = 25.4%
B = 45.27%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7F6EC4 (or 0x7F6EC4) is known color: Moody Blue. HEX triplet: 7F, 6E and C4. RGB value is (127,110,196). Sum of RGB (Red+Green+Blue) = 127+110+196=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 196 - color contains mainly: blue. Hex color #7F6EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6EC4 is #80913B. Grayscale: #7C7C7C. Windows color (decimal): -8425788 or 12873343. OLE color: 12873343.

HSL color Cylindrical-coordinate representation of color #7F6EC4: hue angle of 251.86º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F6EC4 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 127 110 196 -
CMYK 0.35 0.44 0 0.23
HSL 251.86º 0.42% 0.6% -
HSV(B) 251.86º 0.44% 0.77% -
XYZ 24.29 19.65 54.74 -
YUV 124.89 168.13 129.51 -
System Red Green Blue C M Y K H S L
Decimal 127 110 196 0.35 0.44 0 0.23 251.86 0.42 0.6
Hex 7F 6E C4 23 2C 0 17 FC 2A 3C
Octal 177 156 304 43 54 0 27 374 52 74
Binary 1111111 1101110 11000100 100011 101100 0 10111 11111100 101010 111100

Color Harmonies of #7F6EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6EC4

Black with #7F6EC4

Text Example


Text Example

White with #7F6EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,110,196); }

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

background-color css

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

 a { background-color: rgb(127,110,196); }

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

border-color css

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

 span { border-color: rgb(127,110,196); }

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