Html Css Color HEX #767BDD Moody Blue

📋 copy color: '#767BDD'

red 118 ◦ green 123 ◦ blue 221

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

Shades of Moody Blue #767BDD

Tints of Moody Blue #767BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 25.54%
G = 26.62%
B = 47.84%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#767BDD (or 0x767BDD) is known color: Moody Blue. HEX triplet: 76, 7B and DD. RGB value is (118,123,221). Sum of RGB (Red+Green+Blue) = 118+123+221=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #767BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BDD is #898422. Grayscale: #848484. Windows color (decimal): -9012259 or 14515062. OLE color: 14515062.

HSL color Cylindrical-coordinate representation of color #767BDD: hue angle of 237.09º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #767BDD is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 123 221 -
CMYK 0.47 0.44 0 0.13
HSL 237.09º 0.6% 0.66% -
HSV(B) 237.09º 0.47% 0.87% -
XYZ 27.61 23.24 71.44 -
YUV 132.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 118 123 221 0.47 0.44 0 0.13 237.09 0.6 0.66
Hex 76 7B DD 2F 2C 0 D ED 3C 42
Octal 166 173 335 57 54 0 15 355 74 102
Binary 1110110 1111011 11011101 101111 101100 0 1101 11101101 111100 1000010

Color Harmonies of #767BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BDD

Black with #767BDD

Text Example


Text Example

White with #767BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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