Html Css Color HEX #7E7FBC Moody Blue

📋 copy color: '#7E7FBC'

red 126 ◦ green 127 ◦ blue 188

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

Shades of Moody Blue #7E7FBC

Tints of Moody Blue #7E7FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 28.8%

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

R = 28.57%
G = 28.8%
B = 42.63%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E7FBC (or 0x7E7FBC) is known color: Moody Blue. HEX triplet: 7E, 7F and BC. RGB value is (126,127,188). Sum of RGB (Red+Green+Blue) = 126+127+188=441 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.57% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E7FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7FBC is #818043. Grayscale: #858585. Windows color (decimal): -8486980 or 12353406. OLE color: 12353406.

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

Color convert

RGB 126 127 188 -
CMYK 0.33 0.32 0 0.26
HSL 239.03º 0.32% 0.62% -
HSV(B) 239.03º 0.33% 0.74% -
XYZ 25.27 23.25 50.73 -
YUV 133.66 158.67 122.54 -
System Red Green Blue C M Y K H S L
Decimal 126 127 188 0.33 0.32 0 0.26 239.03 0.32 0.62
Hex 7E 7F BC 21 20 0 1A EF 20 3E
Octal 176 177 274 41 40 0 32 357 40 76
Binary 1111110 1111111 10111100 100001 100000 0 11010 11101111 100000 111110

Color Harmonies of #7E7FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7FBC

Black with #7E7FBC

Text Example


Text Example

White with #7E7FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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