Html Css Color HEX #7672D8 Moody Blue

📋 copy color: '#7672D8'

red 118 ◦ green 114 ◦ blue 216

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

Shades of Moody Blue #7672D8

Tints of Moody Blue #7672D8

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.45%

 BLUE value IS 216 (84.77% from 255) = 48.21%

R = 26.34%
G = 25.45%
B = 48.21%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7672D8 (or 0x7672D8) is known color: Moody Blue. HEX triplet: 76, 72 and D8. RGB value is (118,114,216). Sum of RGB (Red+Green+Blue) = 118+114+216=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #7672D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7672D8 is #898D27. Grayscale: #7E7E7E. Windows color (decimal): -9014568 or 14185078. OLE color: 14185078.

HSL color Cylindrical-coordinate representation of color #7672D8: hue angle of 242.35º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7672D8 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 114 216 -
CMYK 0.45 0.47 0 0.15
HSL 242.35º 0.57% 0.65% -
HSV(B) 242.35º 0.47% 0.85% -
XYZ 25.88 20.84 67.62 -
YUV 126.82 178.33 121.71 -
System Red Green Blue C M Y K H S L
Decimal 118 114 216 0.45 0.47 0 0.15 242.35 0.57 0.65
Hex 76 72 D8 2D 2F 0 F F2 39 41
Octal 166 162 330 55 57 0 17 362 71 101
Binary 1110110 1110010 11011000 101101 101111 0 1111 11110010 111001 1000001

Color Harmonies of #7672D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7672D8

Black with #7672D8

Text Example


Text Example

White with #7672D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7672D8; }

 p { color: rgb(118,114,216); }

 H1.HeaderClassName
 {
   color: #7672D8;
 }
 .AnyTagClassName
 {
   color: #7672D8;
 }
</style>

background-color css

<style>
 a { background-color: #7672D8; }

 a { background-color: rgb(118,114,216); }

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

border-color css

<style>
 span { border-color: #7672D8; }

 span { border-color: rgb(118,114,216); }

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