Html Css Color HEX #7678CE Moody Blue

📋 copy color: '#7678CE'

red 118 ◦ green 120 ◦ blue 206

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

Shades of Moody Blue #7678CE

Tints of Moody Blue #7678CE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.03%

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

R = 26.58%
G = 27.03%
B = 46.4%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7678CE (or 0x7678CE) is known color: Moody Blue. HEX triplet: 76, 78 and CE. RGB value is (118,120,206). Sum of RGB (Red+Green+Blue) = 118+120+206=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #7678CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7678CE is #898731. Grayscale: #808080. Windows color (decimal): -9013042 or 13531254. OLE color: 13531254.

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

Color convert

RGB 118 120 206 -
CMYK 0.43 0.42 0 0.19
HSL 238.64º 0.47% 0.64% -
HSV(B) 238.64º 0.43% 0.81% -
XYZ 25.33 21.74 61.25 -
YUV 129.21 171.34 120.01 -
System Red Green Blue C M Y K H S L
Decimal 118 120 206 0.43 0.42 0 0.19 238.64 0.47 0.64
Hex 76 78 CE 2B 2A 0 13 EF 2F 40
Octal 166 170 316 53 52 0 23 357 57 100
Binary 1110110 1111000 11001110 101011 101010 0 10011 11101111 101111 1000000

Color Harmonies of #7678CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7678CE

Black with #7678CE

Text Example


Text Example

White with #7678CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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