Html Css Color HEX #7E75BC Moody Blue

📋 copy color: '#7E75BC'

red 126 ◦ green 117 ◦ blue 188

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

Shades of Moody Blue #7E75BC

Tints of Moody Blue #7E75BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 29.23%
G = 27.15%
B = 43.62%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E75BC (or 0x7E75BC) is known color: Moody Blue. HEX triplet: 7E, 75 and BC. RGB value is (126,117,188). Sum of RGB (Red+Green+Blue) = 126+117+188=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E75BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E75BC is #818A43. Grayscale: #7F7F7F. Windows color (decimal): -8489540 or 12350846. OLE color: 12350846.

HSL color Cylindrical-coordinate representation of color #7E75BC: hue angle of 247.61º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E75BC is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 117 188 -
CMYK 0.33 0.38 0 0.26
HSL 247.61º 0.35% 0.6% -
HSV(B) 247.61º 0.38% 0.74% -
XYZ 24.04 20.79 50.32 -
YUV 127.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 126 117 188 0.33 0.38 0 0.26 247.61 0.35 0.6
Hex 7E 75 BC 21 26 0 1A F8 23 3C
Octal 176 165 274 41 46 0 32 370 43 74
Binary 1111110 1110101 10111100 100001 100110 0 11010 11111000 100011 111100

Color Harmonies of #7E75BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E75BC

Black with #7E75BC

Text Example


Text Example

White with #7E75BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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