Html Css Color HEX #7F7EDA Moody Blue

📋 copy color: '#7F7EDA'

red 127 ◦ green 126 ◦ blue 218

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

Shades of Moody Blue #7F7EDA

Tints of Moody Blue #7F7EDA

RGB

 RED value IS 127 (50% from 255) = 26.96%

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

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 26.96%
G = 26.75%
B = 46.28%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7F7EDA (or 0x7F7EDA) is known color: Moody Blue. HEX triplet: 7F, 7E and DA. RGB value is (127,126,218). Sum of RGB (Red+Green+Blue) = 127+126+218=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F7EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F7EDA is #808125. Grayscale: #888888. Windows color (decimal): -8421670 or 14319231. OLE color: 14319231.

HSL color Cylindrical-coordinate representation of color #7F7EDA: hue angle of 240.65º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F7EDA is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 126 218 -
CMYK 0.42 0.42 0 0.15
HSL 240.65º 0.55% 0.67% -
HSV(B) 240.65º 0.42% 0.85% -
XYZ 28.87 24.5 69.54 -
YUV 136.79 173.83 121.02 -
System Red Green Blue C M Y K H S L
Decimal 127 126 218 0.42 0.42 0 0.15 240.65 0.55 0.67
Hex 7F 7E DA 2A 2A 0 F F1 37 43
Octal 177 176 332 52 52 0 17 361 67 103
Binary 1111111 1111110 11011010 101010 101010 0 1111 11110001 110111 1000011

Color Harmonies of #7F7EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7EDA

Black with #7F7EDA

Text Example


Text Example

White with #7F7EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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