Html Css Color HEX #7E75CF Moody Blue

📋 copy color: '#7E75CF'

red 126 ◦ green 117 ◦ blue 207

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

Shades of Moody Blue #7E75CF

Tints of Moody Blue #7E75CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46%

R = 28%
G = 26%
B = 46%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E75CF (or 0x7E75CF) is known color: Moody Blue. HEX triplet: 7E, 75 and CF. RGB value is (126,117,207). Sum of RGB (Red+Green+Blue) = 126+117+207=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #7E75CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E75CF is #818A30. Grayscale: #818181. Windows color (decimal): -8489521 or 13596030. OLE color: 13596030.

HSL color Cylindrical-coordinate representation of color #7E75CF: hue angle of 246º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E75CF is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 117 207 -
CMYK 0.39 0.43 0 0.19
HSL 246º 0.48% 0.64% -
HSV(B) 246º 0.43% 0.81% -
XYZ 26.23 21.66 61.83 -
YUV 129.95 171.48 125.18 -
System Red Green Blue C M Y K H S L
Decimal 126 117 207 0.39 0.43 0 0.19 246 0.48 0.64
Hex 7E 75 CF 27 2B 0 13 F6 30 40
Octal 176 165 317 47 53 0 23 366 60 100
Binary 1111110 1110101 11001111 100111 101011 0 10011 11110110 110000 1000000

Color Harmonies of #7E75CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E75CF

Black with #7E75CF

Text Example


Text Example

White with #7E75CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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