Html Css Color HEX #7673CF Moody Blue

📋 copy color: '#7673CF'

red 118 ◦ green 115 ◦ blue 207

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

Shades of Moody Blue #7673CF

Tints of Moody Blue #7673CF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.14%

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

R = 26.82%
G = 26.14%
B = 47.05%

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

#7673CF (or 0x7673CF) is known color: Moody Blue. HEX triplet: 76, 73 and CF. RGB value is (118,115,207). Sum of RGB (Red+Green+Blue) = 118+115+207=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #7673CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7673CF is #898C30. Grayscale: #7E7E7E. Windows color (decimal): -9014321 or 13595510. OLE color: 13595510.

HSL color Cylindrical-coordinate representation of color #7673CF: hue angle of 241.96º 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 #7673CF is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 115 207 -
CMYK 0.43 0.44 0 0.19
HSL 241.96º 0.49% 0.63% -
HSV(B) 241.96º 0.44% 0.81% -
XYZ 24.86 20.62 61.7 -
YUV 126.39 173.49 122.02 -
System Red Green Blue C M Y K H S L
Decimal 118 115 207 0.43 0.44 0 0.19 241.96 0.49 0.63
Hex 76 73 CF 2B 2C 0 13 F2 31 3F
Octal 166 163 317 53 54 0 23 362 61 77
Binary 1110110 1110011 11001111 101011 101100 0 10011 11110010 110001 111111

Color Harmonies of #7673CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7673CF

Black with #7673CF

Text Example


Text Example

White with #7673CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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