Html Css Color HEX #7E7FDF Moody Blue

📋 copy color: '#7E7FDF'

red 126 ◦ green 127 ◦ blue 223

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

Shades of Moody Blue #7E7FDF

Tints of Moody Blue #7E7FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 26.47%
G = 26.68%
B = 46.85%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E7FDF (or 0x7E7FDF) is known color: Moody Blue. HEX triplet: 7E, 7F and DF. RGB value is (126,127,223). Sum of RGB (Red+Green+Blue) = 126+127+223=476 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.47% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E7FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7FDF is #818020. Grayscale: #898989. Windows color (decimal): -8486945 or 14647166. OLE color: 14647166.

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

Color convert

RGB 126 127 223 -
CMYK 0.43 0.43 0 0.13
HSL 239.38º 0.6% 0.68% -
HSV(B) 239.38º 0.43% 0.87% -
XYZ 29.51 24.94 73.07 -
YUV 137.65 176.17 119.69 -
System Red Green Blue C M Y K H S L
Decimal 126 127 223 0.43 0.43 0 0.13 239.38 0.6 0.68
Hex 7E 7F DF 2B 2B 0 D EF 3C 44
Octal 176 177 337 53 53 0 15 357 74 104
Binary 1111110 1111111 11011111 101011 101011 0 1101 11101111 111100 1000100

Color Harmonies of #7E7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7FDF

Black with #7E7FDF

Text Example


Text Example

White with #7E7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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