Html Css Color HEX #766FC7 Moody Blue

📋 copy color: '#766FC7'

red 118 ◦ green 111 ◦ blue 199

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

Shades of Moody Blue #766FC7

Tints of Moody Blue #766FC7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.93%

 BLUE value IS 199 (78.13% from 255) = 46.5%

R = 27.57%
G = 25.93%
B = 46.5%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#766FC7 (or 0x766FC7) is known color: Moody Blue. HEX triplet: 76, 6F and C7. RGB value is (118,111,199). Sum of RGB (Red+Green+Blue) = 118+111+199=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 199 - color contains mainly: blue. Hex color #766FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FC7 is #899038. Grayscale: #7A7A7A. Windows color (decimal): -9015353 or 13070198. OLE color: 13070198.

HSL color Cylindrical-coordinate representation of color #766FC7: hue angle of 244.77º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #766FC7 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 111 199 -
CMYK 0.41 0.44 0 0.22
HSL 244.77º 0.44% 0.61% -
HSV(B) 244.77º 0.44% 0.78% -
XYZ 23.46 19.34 56.53 -
YUV 123.13 170.82 124.34 -
System Red Green Blue C M Y K H S L
Decimal 118 111 199 0.41 0.44 0 0.22 244.77 0.44 0.61
Hex 76 6F C7 29 2C 0 16 F5 2C 3D
Octal 166 157 307 51 54 0 26 365 54 75
Binary 1110110 1101111 11000111 101001 101100 0 10110 11110101 101100 111101

Color Harmonies of #766FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FC7

Black with #766FC7

Text Example


Text Example

White with #766FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766FC7; }

 p { color: rgb(118,111,199); }

 H1.HeaderClassName
 {
   color: #766FC7;
 }
 .AnyTagClassName
 {
   color: #766FC7;
 }
</style>

background-color css

<style>
 a { background-color: #766FC7; }

 a { background-color: rgb(118,111,199); }

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

border-color css

<style>
 span { border-color: #766FC7; }

 span { border-color: rgb(118,111,199); }

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