Html Css Color HEX #767FD1 Moody Blue

📋 copy color: '#767FD1'

red 118 ◦ green 127 ◦ blue 209

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

Shades of Moody Blue #767FD1

Tints of Moody Blue #767FD1

RGB

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

 GREEN value IS 127 (50% from 255) = 27.97%

 BLUE value IS 209 (82.03% from 255) = 46.04%

R = 25.99%
G = 27.97%
B = 46.04%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#767FD1 (or 0x767FD1) is known color: Moody Blue. HEX triplet: 76, 7F and D1. RGB value is (118,127,209). Sum of RGB (Red+Green+Blue) = 118+127+209=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 209 - color contains mainly: blue. Hex color #767FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767FD1 is #89802E. Grayscale: #858585. Windows color (decimal): -9011247 or 13729654. OLE color: 13729654.

HSL color Cylindrical-coordinate representation of color #767FD1: hue angle of 234.07º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #767FD1 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 127 209 -
CMYK 0.44 0.39 0 0.18
HSL 234.07º 0.5% 0.64% -
HSV(B) 234.07º 0.44% 0.82% -
XYZ 26.57 23.63 63.48 -
YUV 133.66 170.52 116.83 -
System Red Green Blue C M Y K H S L
Decimal 118 127 209 0.44 0.39 0 0.18 234.07 0.5 0.64
Hex 76 7F D1 2C 27 0 12 EA 32 40
Octal 166 177 321 54 47 0 22 352 62 100
Binary 1110110 1111111 11010001 101100 100111 0 10010 11101010 110010 1000000

Color Harmonies of #767FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767FD1

Black with #767FD1

Text Example


Text Example

White with #767FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,127,209); }

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

background-color css

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

 a { background-color: rgb(118,127,209); }

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

border-color css

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

 span { border-color: rgb(118,127,209); }

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