Html Css Color HEX #767ACD Moody Blue

📋 copy color: '#767ACD'

red 118 ◦ green 122 ◦ blue 205

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

Shades of Moody Blue #767ACD

Tints of Moody Blue #767ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.42%

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 26.52%
G = 27.42%
B = 46.07%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#767ACD (or 0x767ACD) is known color: Moody Blue. HEX triplet: 76, 7A and CD. RGB value is (118,122,205). Sum of RGB (Red+Green+Blue) = 118+122+205=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #767ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ACD is #898532. Grayscale: #818181. Windows color (decimal): -9012531 or 13466230. OLE color: 13466230.

HSL color Cylindrical-coordinate representation of color #767ACD: hue angle of 237.24º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #767ACD is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 122 205 -
CMYK 0.42 0.40 0 0.20
HSL 237.24º 0.47% 0.63% -
HSV(B) 237.24º 0.42% 0.8% -
XYZ 25.45 22.18 60.7 -
YUV 130.27 170.17 119.25 -
System Red Green Blue C M Y K H S L
Decimal 118 122 205 0.42 0.40 0 0.20 237.24 0.47 0.63
Hex 76 7A CD 2A 28 0 14 ED 2F 3F
Octal 166 172 315 52 50 0 24 355 57 77
Binary 1110110 1111010 11001101 101010 101000 0 10100 11101101 101111 111111

Color Harmonies of #767ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767ACD

Black with #767ACD

Text Example


Text Example

White with #767ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,122,205); }

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

background-color css

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

 a { background-color: rgb(118,122,205); }

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

border-color css

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

 span { border-color: rgb(118,122,205); }

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