Html Css Color HEX #767EDA Moody Blue

📋 copy color: '#767EDA'

red 118 ◦ green 126 ◦ blue 218

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

Shades of Moody Blue #767EDA

Tints of Moody Blue #767EDA

RGB

 RED value IS 118 (46.48% from 255) = 25.54%

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

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

R = 25.54%
G = 27.27%
B = 47.19%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#767EDA (or 0x767EDA) is known color: Moody Blue. HEX triplet: 76, 7E and DA. RGB value is (118,126,218). Sum of RGB (Red+Green+Blue) = 118+126+218=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #767EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767EDA is #898125. Grayscale: #858585. Windows color (decimal): -9011494 or 14319222. OLE color: 14319222.

HSL color Cylindrical-coordinate representation of color #767EDA: hue angle of 235.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #767EDA is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 126 218 -
CMYK 0.46 0.42 0 0.15
HSL 235.2º 0.57% 0.66% -
HSV(B) 235.2º 0.46% 0.85% -
XYZ 27.59 23.84 69.48 -
YUV 134.1 175.35 116.52 -
System Red Green Blue C M Y K H S L
Decimal 118 126 218 0.46 0.42 0 0.15 235.2 0.57 0.66
Hex 76 7E DA 2E 2A 0 F EB 39 42
Octal 166 176 332 56 52 0 17 353 71 102
Binary 1110110 1111110 11011010 101110 101010 0 1111 11101011 111001 1000010

Color Harmonies of #767EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767EDA

Black with #767EDA

Text Example


Text Example

White with #767EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767EDA; }

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

 H1.HeaderClassName
 {
   color: #767EDA;
 }
 .AnyTagClassName
 {
   color: #767EDA;
 }
</style>

background-color css

<style>
 a { background-color: #767EDA; }

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

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

border-color css

<style>
 span { border-color: #767EDA; }

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

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