Html Css Color HEX #767ACE Moody Blue

📋 copy color: '#767ACE'

red 118 ◦ green 122 ◦ blue 206

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

Shades of Moody Blue #767ACE

Tints of Moody Blue #767ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 26.46%
G = 27.35%
B = 46.19%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#767ACE (or 0x767ACE) is known color: Moody Blue. HEX triplet: 76, 7A and CE. RGB value is (118,122,206). Sum of RGB (Red+Green+Blue) = 118+122+206=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #767ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ACE is #898531. Grayscale: #828282. Windows color (decimal): -9012530 or 13531766. OLE color: 13531766.

HSL color Cylindrical-coordinate representation of color #767ACE: hue angle of 237.27º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #767ACE is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 122 206 -
CMYK 0.43 0.41 0 0.19
HSL 237.27º 0.47% 0.64% -
HSV(B) 237.27º 0.43% 0.81% -
XYZ 25.57 22.23 61.33 -
YUV 130.38 170.67 119.17 -
System Red Green Blue C M Y K H S L
Decimal 118 122 206 0.43 0.41 0 0.19 237.27 0.47 0.64
Hex 76 7A CE 2B 29 0 13 ED 2F 40
Octal 166 172 316 53 51 0 23 355 57 100
Binary 1110110 1111010 11001110 101011 101001 0 10011 11101101 101111 1000000

Color Harmonies of #767ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767ACE

Black with #767ACE

Text Example


Text Example

White with #767ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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