Html Css Color HEX #7670CE Moody Blue

📋 copy color: '#7670CE'

red 118 ◦ green 112 ◦ blue 206

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

Shades of Moody Blue #7670CE

Tints of Moody Blue #7670CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.69%

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 27.06%
G = 25.69%
B = 47.25%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7670CE (or 0x7670CE) is known color: Moody Blue. HEX triplet: 76, 70 and CE. RGB value is (118,112,206). Sum of RGB (Red+Green+Blue) = 118+112+206=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #7670CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7670CE is #898F31. Grayscale: #7C7C7C. Windows color (decimal): -9015090 or 13529206. OLE color: 13529206.

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

Color convert

RGB 118 112 206 -
CMYK 0.43 0.46 0 0.19
HSL 243.83º 0.49% 0.62% -
HSV(B) 243.83º 0.46% 0.81% -
XYZ 24.41 19.9 60.95 -
YUV 124.51 173.99 123.36 -
System Red Green Blue C M Y K H S L
Decimal 118 112 206 0.43 0.46 0 0.19 243.83 0.49 0.62
Hex 76 70 CE 2B 2E 0 13 F4 31 3E
Octal 166 160 316 53 56 0 23 364 61 76
Binary 1110110 1110000 11001110 101011 101110 0 10011 11110100 110001 111110

Color Harmonies of #7670CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7670CE

Black with #7670CE

Text Example


Text Example

White with #7670CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7670CE; }

 p { color: rgb(118,112,206); }

 H1.HeaderClassName
 {
   color: #7670CE;
 }
 .AnyTagClassName
 {
   color: #7670CE;
 }
</style>

background-color css

<style>
 a { background-color: #7670CE; }

 a { background-color: rgb(118,112,206); }

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

border-color css

<style>
 span { border-color: #7670CE; }

 span { border-color: rgb(118,112,206); }

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