Html Css Color HEX #7E75DC Moody Blue

📋 copy color: '#7E75DC'

red 126 ◦ green 117 ◦ blue 220

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

Shades of Moody Blue #7E75DC

Tints of Moody Blue #7E75DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 27.21%
G = 25.27%
B = 47.52%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E75DC (or 0x7E75DC) is known color: Moody Blue. HEX triplet: 7E, 75 and DC. RGB value is (126,117,220). Sum of RGB (Red+Green+Blue) = 126+117+220=463 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.21% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E75DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E75DC is #818A23. Grayscale: #838383. Windows color (decimal): -8489508 or 14447998. OLE color: 14447998.

HSL color Cylindrical-coordinate representation of color #7E75DC: hue angle of 245.24º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E75DC is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 117 220 -
CMYK 0.43 0.47 0 0.14
HSL 245.24º 0.6% 0.66% -
HSV(B) 245.24º 0.47% 0.86% -
XYZ 27.88 22.33 70.55 -
YUV 131.43 177.98 124.12 -
System Red Green Blue C M Y K H S L
Decimal 126 117 220 0.43 0.47 0 0.14 245.24 0.6 0.66
Hex 7E 75 DC 2B 2F 0 E F5 3C 42
Octal 176 165 334 53 57 0 16 365 74 102
Binary 1111110 1110101 11011100 101011 101111 0 1110 11110101 111100 1000010

Color Harmonies of #7E75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E75DC

Black with #7E75DC

Text Example


Text Example

White with #7E75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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