Html Css Color HEX #7E75BF Moody Blue

📋 copy color: '#7E75BF'

red 126 ◦ green 117 ◦ blue 191

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

Shades of Moody Blue #7E75BF

Tints of Moody Blue #7E75BF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.96%

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

R = 29.03%
G = 26.96%
B = 44.01%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E75BF (or 0x7E75BF) is known color: Moody Blue. HEX triplet: 7E, 75 and BF. RGB value is (126,117,191). Sum of RGB (Red+Green+Blue) = 126+117+191=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E75BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E75BF is #818A40. Grayscale: #7F7F7F. Windows color (decimal): -8489537 or 12547454. OLE color: 12547454.

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

Color convert

RGB 126 117 191 -
CMYK 0.34 0.39 0 0.25
HSL 247.3º 0.37% 0.6% -
HSV(B) 247.3º 0.39% 0.75% -
XYZ 24.37 20.92 52.04 -
YUV 128.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 126 117 191 0.34 0.39 0 0.25 247.3 0.37 0.6
Hex 7E 75 BF 22 27 0 19 F7 25 3C
Octal 176 165 277 42 47 0 31 367 45 74
Binary 1111110 1110101 10111111 100010 100111 0 11001 11110111 100101 111100

Color Harmonies of #7E75BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E75BF

Black with #7E75BF

Text Example


Text Example

White with #7E75BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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