Html Css Color HEX #7E7BDE Moody Blue

📋 copy color: '#7E7BDE'

red 126 ◦ green 123 ◦ blue 222

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

Shades of Moody Blue #7E7BDE

Tints of Moody Blue #7E7BDE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.11%

 BLUE value IS 222 (87.11% from 255) = 47.13%

R = 26.75%
G = 26.11%
B = 47.13%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E7BDE (or 0x7E7BDE) is known color: Moody Blue. HEX triplet: 7E, 7B and DE. RGB value is (126,123,222). Sum of RGB (Red+Green+Blue) = 126+123+222=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #7E7BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7BDE is #818421. Grayscale: #868686. Windows color (decimal): -8487970 or 14580606. OLE color: 14580606.

HSL color Cylindrical-coordinate representation of color #7E7BDE: hue angle of 241.82º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E7BDE is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 123 222 -
CMYK 0.43 0.45 0 0.13
HSL 241.82º 0.6% 0.68% -
HSV(B) 241.82º 0.45% 0.87% -
XYZ 28.87 23.88 72.19 -
YUV 135.18 176.99 121.45 -
System Red Green Blue C M Y K H S L
Decimal 126 123 222 0.43 0.45 0 0.13 241.82 0.6 0.68
Hex 7E 7B DE 2B 2D 0 D F2 3C 44
Octal 176 173 336 53 55 0 15 362 74 104
Binary 1111110 1111011 11011110 101011 101101 0 1101 11110010 111100 1000100

Color Harmonies of #7E7BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7BDE

Black with #7E7BDE

Text Example


Text Example

White with #7E7BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,123,222); }

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

background-color css

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

 a { background-color: rgb(126,123,222); }

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

border-color css

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

 span { border-color: rgb(126,123,222); }

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