Html Css Color HEX #7672D0 Moody Blue

📋 copy color: '#7672D0'

red 118 ◦ green 114 ◦ blue 208

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

Shades of Moody Blue #7672D0

Tints of Moody Blue #7672D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.27%

R = 26.82%
G = 25.91%
B = 47.27%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7672D0 (or 0x7672D0) is known color: Moody Blue. HEX triplet: 76, 72 and D0. RGB value is (118,114,208). Sum of RGB (Red+Green+Blue) = 118+114+208=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #7672D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7672D0 is #898D2F. Grayscale: #7D7D7D. Windows color (decimal): -9014576 or 13660790. OLE color: 13660790.

HSL color Cylindrical-coordinate representation of color #7672D0: hue angle of 242.55º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7672D0 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 114 208 -
CMYK 0.43 0.45 0 0.18
HSL 242.55º 0.5% 0.63% -
HSV(B) 242.55º 0.45% 0.82% -
XYZ 24.87 20.44 62.31 -
YUV 125.91 174.33 122.36 -
System Red Green Blue C M Y K H S L
Decimal 118 114 208 0.43 0.45 0 0.18 242.55 0.5 0.63
Hex 76 72 D0 2B 2D 0 12 F3 32 3F
Octal 166 162 320 53 55 0 22 363 62 77
Binary 1110110 1110010 11010000 101011 101101 0 10010 11110011 110010 111111

Color Harmonies of #7672D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7672D0

Black with #7672D0

Text Example


Text Example

White with #7672D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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