Html Css Color HEX #767BDC Moody Blue

📋 copy color: '#767BDC'

red 118 ◦ green 123 ◦ blue 220

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

Shades of Moody Blue #767BDC

Tints of Moody Blue #767BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.68%

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

R = 25.6%
G = 26.68%
B = 47.72%

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

#767BDC (or 0x767BDC) is known color: Moody Blue. HEX triplet: 76, 7B and DC. RGB value is (118,123,220). Sum of RGB (Red+Green+Blue) = 118+123+220=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #767BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BDC is #898423. Grayscale: #848484. Windows color (decimal): -9012260 or 14449526. OLE color: 14449526.

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

Color convert

RGB 118 123 220 -
CMYK 0.46 0.44 0 0.14
HSL 237.06º 0.59% 0.66% -
HSV(B) 237.06º 0.46% 0.86% -
XYZ 27.47 23.18 70.74 -
YUV 132.56 177.34 117.61 -
System Red Green Blue C M Y K H S L
Decimal 118 123 220 0.46 0.44 0 0.14 237.06 0.59 0.66
Hex 76 7B DC 2E 2C 0 E ED 3B 42
Octal 166 173 334 56 54 0 16 355 73 102
Binary 1110110 1111011 11011100 101110 101100 0 1110 11101101 111011 1000010

Color Harmonies of #767BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BDC

Black with #767BDC

Text Example


Text Example

White with #767BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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