Html Css Color HEX #7674CF Moody Blue

📋 copy color: '#7674CF'

red 118 ◦ green 116 ◦ blue 207

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

Shades of Moody Blue #7674CF

Tints of Moody Blue #7674CF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.3%

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

R = 26.76%
G = 26.3%
B = 46.94%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7674CF (or 0x7674CF) is known color: Moody Blue. HEX triplet: 76, 74 and CF. RGB value is (118,116,207). Sum of RGB (Red+Green+Blue) = 118+116+207=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #7674CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7674CF is #898B30. Grayscale: #7E7E7E. Windows color (decimal): -9014065 or 13595766. OLE color: 13595766.

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

Color convert

RGB 118 116 207 -
CMYK 0.43 0.44 0 0.19
HSL 241.32º 0.49% 0.63% -
HSV(B) 241.32º 0.44% 0.81% -
XYZ 24.98 20.85 61.74 -
YUV 126.97 173.16 121.6 -
System Red Green Blue C M Y K H S L
Decimal 118 116 207 0.43 0.44 0 0.19 241.32 0.49 0.63
Hex 76 74 CF 2B 2C 0 13 F1 31 3F
Octal 166 164 317 53 54 0 23 361 61 77
Binary 1110110 1110100 11001111 101011 101100 0 10011 11110001 110001 111111

Color Harmonies of #7674CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7674CF

Black with #7674CF

Text Example


Text Example

White with #7674CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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