Html Css Color HEX #7E7CBA Moody Blue

📋 copy color: '#7E7CBA'

red 126 ◦ green 124 ◦ blue 186

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

Shades of Moody Blue #7E7CBA

Tints of Moody Blue #7E7CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.44%

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 28.9%
G = 28.44%
B = 42.66%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E7CBA (or 0x7E7CBA) is known color: Moody Blue. HEX triplet: 7E, 7C and BA. RGB value is (126,124,186). Sum of RGB (Red+Green+Blue) = 126+124+186=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E7CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7CBA is #818345. Grayscale: #838383. Windows color (decimal): -8487750 or 12221566. OLE color: 12221566.

HSL color Cylindrical-coordinate representation of color #7E7CBA: hue angle of 241.94º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E7CBA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 124 186 -
CMYK 0.32 0.33 0 0.27
HSL 241.94º 0.31% 0.61% -
HSV(B) 241.94º 0.33% 0.73% -
XYZ 24.67 22.4 49.48 -
YUV 131.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 126 124 186 0.32 0.33 0 0.27 241.94 0.31 0.61
Hex 7E 7C BA 20 21 0 1B F2 1F 3D
Octal 176 174 272 40 41 0 33 362 37 75
Binary 1111110 1111100 10111010 100000 100001 0 11011 11110010 11111 111101

Color Harmonies of #7E7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7CBA

Black with #7E7CBA

Text Example


Text Example

White with #7E7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,124,186); }

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

background-color css

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

 a { background-color: rgb(126,124,186); }

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

border-color css

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

 span { border-color: rgb(126,124,186); }

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