Html Css Color HEX #767CDA Moody Blue

📋 copy color: '#767CDA'

red 118 ◦ green 124 ◦ blue 218

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

Shades of Moody Blue #767CDA

Tints of Moody Blue #767CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.96%

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

R = 25.65%
G = 26.96%
B = 47.39%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#767CDA (or 0x767CDA) is known color: Moody Blue. HEX triplet: 76, 7C and DA. RGB value is (118,124,218). Sum of RGB (Red+Green+Blue) = 118+124+218=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #767CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CDA is #898325. Grayscale: #848484. Windows color (decimal): -9012006 or 14318710. OLE color: 14318710.

HSL color Cylindrical-coordinate representation of color #767CDA: hue angle of 236.4º 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 #767CDA is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 124 218 -
CMYK 0.46 0.43 0 0.15
HSL 236.4º 0.57% 0.66% -
HSV(B) 236.4º 0.46% 0.85% -
XYZ 27.33 23.33 69.39 -
YUV 132.92 176.01 117.36 -
System Red Green Blue C M Y K H S L
Decimal 118 124 218 0.46 0.43 0 0.15 236.4 0.57 0.66
Hex 76 7C DA 2E 2B 0 F EC 39 42
Octal 166 174 332 56 53 0 17 354 71 102
Binary 1110110 1111100 11011010 101110 101011 0 1111 11101100 111001 1000010

Color Harmonies of #767CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767CDA

Black with #767CDA

Text Example


Text Example

White with #767CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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