Html Css Color HEX #7672CA Moody Blue

📋 copy color: '#7672CA'

red 118 ◦ green 114 ◦ blue 202

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

Shades of Moody Blue #7672CA

Tints of Moody Blue #7672CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 27.19%
G = 26.27%
B = 46.54%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7672CA (or 0x7672CA) is known color: Moody Blue. HEX triplet: 76, 72 and CA. RGB value is (118,114,202). Sum of RGB (Red+Green+Blue) = 118+114+202=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #7672CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7672CA is #898D35. Grayscale: #7C7C7C. Windows color (decimal): -9014582 or 13267574. OLE color: 13267574.

HSL color Cylindrical-coordinate representation of color #7672CA: hue angle of 242.73º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7672CA is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 114 202 -
CMYK 0.42 0.44 0 0.21
HSL 242.73º 0.45% 0.62% -
HSV(B) 242.73º 0.44% 0.79% -
XYZ 24.15 20.15 58.49 -
YUV 125.23 171.33 122.84 -
System Red Green Blue C M Y K H S L
Decimal 118 114 202 0.42 0.44 0 0.21 242.73 0.45 0.62
Hex 76 72 CA 2A 2C 0 15 F3 2D 3E
Octal 166 162 312 52 54 0 25 363 55 76
Binary 1110110 1110010 11001010 101010 101100 0 10101 11110011 101101 111110

Color Harmonies of #7672CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7672CA

Black with #7672CA

Text Example


Text Example

White with #7672CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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