Html Css Color HEX #767CDB Moody Blue

📋 copy color: '#767CDB'

red 118 ◦ green 124 ◦ blue 219

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

Shades of Moody Blue #767CDB

Tints of Moody Blue #767CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 25.6%
G = 26.9%
B = 47.51%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#767CDB (or 0x767CDB) is known color: Moody Blue. HEX triplet: 76, 7C and DB. RGB value is (118,124,219). Sum of RGB (Red+Green+Blue) = 118+124+219=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #767CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CDB is #898324. Grayscale: #848484. Windows color (decimal): -9012005 or 14384246. OLE color: 14384246.

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

Color convert

RGB 118 124 219 -
CMYK 0.46 0.43 0 0.14
HSL 236.44º 0.58% 0.66% -
HSV(B) 236.44º 0.46% 0.86% -
XYZ 27.47 23.38 70.08 -
YUV 133.04 176.51 117.28 -
System Red Green Blue C M Y K H S L
Decimal 118 124 219 0.46 0.43 0 0.14 236.44 0.58 0.66
Hex 76 7C DB 2E 2B 0 E EC 3A 42
Octal 166 174 333 56 53 0 16 354 72 102
Binary 1110110 1111100 11011011 101110 101011 0 1110 11101100 111010 1000010

Color Harmonies of #767CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767CDB

Black with #767CDB

Text Example


Text Example

White with #767CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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