Html Css Color HEX #767ED8 Moody Blue

📋 copy color: '#767ED8'

red 118 ◦ green 126 ◦ blue 216

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

Shades of Moody Blue #767ED8

Tints of Moody Blue #767ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.96%

R = 25.65%
G = 27.39%
B = 46.96%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#767ED8 (or 0x767ED8) is known color: Moody Blue. HEX triplet: 76, 7E and D8. RGB value is (118,126,216). Sum of RGB (Red+Green+Blue) = 118+126+216=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 216 - color contains mainly: blue. Hex color #767ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ED8 is #898127. Grayscale: #858585. Windows color (decimal): -9011496 or 14188150. OLE color: 14188150.

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

Color convert

RGB 118 126 216 -
CMYK 0.45 0.42 0 0.15
HSL 235.1º 0.56% 0.65% -
HSV(B) 235.1º 0.45% 0.85% -
XYZ 27.33 23.73 68.11 -
YUV 133.87 174.35 116.68 -
System Red Green Blue C M Y K H S L
Decimal 118 126 216 0.45 0.42 0 0.15 235.1 0.56 0.65
Hex 76 7E D8 2D 2A 0 F EB 38 41
Octal 166 176 330 55 52 0 17 353 70 101
Binary 1110110 1111110 11011000 101101 101010 0 1111 11101011 111000 1000001

Color Harmonies of #767ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767ED8

Black with #767ED8

Text Example


Text Example

White with #767ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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