Html Css Color HEX #767DDB Moody Blue

📋 copy color: '#767DDB'

red 118 ◦ green 125 ◦ blue 219

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

Shades of Moody Blue #767DDB

Tints of Moody Blue #767DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.06%

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

R = 25.54%
G = 27.06%
B = 47.4%

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

#767DDB (or 0x767DDB) is known color: Moody Blue. HEX triplet: 76, 7D and DB. RGB value is (118,125,219). Sum of RGB (Red+Green+Blue) = 118+125+219=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #767DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767DDB is #898224. Grayscale: #858585. Windows color (decimal): -9011749 or 14384502. OLE color: 14384502.

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

Color convert

RGB 118 125 219 -
CMYK 0.46 0.43 0 0.14
HSL 235.84º 0.58% 0.66% -
HSV(B) 235.84º 0.46% 0.86% -
XYZ 27.59 23.63 70.13 -
YUV 133.62 176.18 116.86 -
System Red Green Blue C M Y K H S L
Decimal 118 125 219 0.46 0.43 0 0.14 235.84 0.58 0.66
Hex 76 7D DB 2E 2B 0 E EC 3A 42
Octal 166 175 333 56 53 0 16 354 72 102
Binary 1110110 1111101 11011011 101110 101011 0 1110 11101100 111010 1000010

Color Harmonies of #767DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767DDB

Black with #767DDB

Text Example


Text Example

White with #767DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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