Html Css Color HEX #767CDC Moody Blue

📋 copy color: '#767CDC'

red 118 ◦ green 124 ◦ blue 220

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

Shades of Moody Blue #767CDC

Tints of Moody Blue #767CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 25.54%
G = 26.84%
B = 47.62%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#767CDC (or 0x767CDC) is known color: Moody Blue. HEX triplet: 76, 7C and DC. RGB value is (118,124,220). Sum of RGB (Red+Green+Blue) = 118+124+220=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #767CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CDC is #898323. Grayscale: #848484. Windows color (decimal): -9012004 or 14449782. OLE color: 14449782.

HSL color Cylindrical-coordinate representation of color #767CDC: hue angle of 236.47º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #767CDC is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 124 220 -
CMYK 0.46 0.44 0 0.14
HSL 236.47º 0.59% 0.66% -
HSV(B) 236.47º 0.46% 0.86% -
XYZ 27.6 23.43 70.78 -
YUV 133.15 177.01 117.19 -
System Red Green Blue C M Y K H S L
Decimal 118 124 220 0.46 0.44 0 0.14 236.47 0.59 0.66
Hex 76 7C DC 2E 2C 0 E EC 3B 42
Octal 166 174 334 56 54 0 16 354 73 102
Binary 1110110 1111100 11011100 101110 101100 0 1110 11101100 111011 1000010

Color Harmonies of #767CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767CDC

Black with #767CDC

Text Example


Text Example

White with #767CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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