Html Css Color HEX #7672CF Moody Blue

📋 copy color: '#7672CF'

red 118 ◦ green 114 ◦ blue 207

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

Shades of Moody Blue #7672CF

Tints of Moody Blue #7672CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 26.88%
G = 25.97%
B = 47.15%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7672CF (or 0x7672CF) is known color: Moody Blue. HEX triplet: 76, 72 and CF. RGB value is (118,114,207). Sum of RGB (Red+Green+Blue) = 118+114+207=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #7672CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7672CF is #898D30. Grayscale: #7D7D7D. Windows color (decimal): -9014577 or 13595254. OLE color: 13595254.

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

Color convert

RGB 118 114 207 -
CMYK 0.43 0.45 0 0.19
HSL 242.58º 0.49% 0.63% -
HSV(B) 242.58º 0.45% 0.81% -
XYZ 24.75 20.39 61.66 -
YUV 125.8 173.83 122.44 -
System Red Green Blue C M Y K H S L
Decimal 118 114 207 0.43 0.45 0 0.19 242.58 0.49 0.63
Hex 76 72 CF 2B 2D 0 13 F3 31 3F
Octal 166 162 317 53 55 0 23 363 61 77
Binary 1110110 1110010 11001111 101011 101101 0 10011 11110011 110001 111111

Color Harmonies of #7672CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7672CF

Black with #7672CF

Text Example


Text Example

White with #7672CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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