Html Css Color HEX #7E6FBF Moody Blue

📋 copy color: '#7E6FBF'

red 126 ◦ green 111 ◦ blue 191

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

Shades of Moody Blue #7E6FBF

Tints of Moody Blue #7E6FBF

RGB

 RED value IS 126 (49.61% from 255) = 29.44%

 GREEN value IS 111 (43.75% from 255) = 25.93%

 BLUE value IS 191 (75% from 255) = 44.63%

R = 29.44%
G = 25.93%
B = 44.63%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E6FBF (or 0x7E6FBF) is known color: Moody Blue. HEX triplet: 7E, 6F and BF. RGB value is (126,111,191). Sum of RGB (Red+Green+Blue) = 126+111+191=428 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.44% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E6FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6FBF is #819040. Grayscale: #7C7C7C. Windows color (decimal): -8491073 or 12545918. OLE color: 12545918.

HSL color Cylindrical-coordinate representation of color #7E6FBF: hue angle of 251.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E6FBF is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 111 191 -
CMYK 0.34 0.42 0 0.25
HSL 251.25º 0.38% 0.59% -
HSV(B) 251.25º 0.42% 0.75% -
XYZ 23.69 19.57 51.82 -
YUV 124.61 165.47 129 -
System Red Green Blue C M Y K H S L
Decimal 126 111 191 0.34 0.42 0 0.25 251.25 0.38 0.59
Hex 7E 6F BF 22 2A 0 19 FB 26 3B
Octal 176 157 277 42 52 0 31 373 46 73
Binary 1111110 1101111 10111111 100010 101010 0 11001 11111011 100110 111011

Color Harmonies of #7E6FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6FBF

Black with #7E6FBF

Text Example


Text Example

White with #7E6FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,111,191); }

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

background-color css

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

 a { background-color: rgb(126,111,191); }

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

border-color css

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

 span { border-color: rgb(126,111,191); }

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