Html Css Color HEX #7178CE Moody Blue

📋 copy color: '#7178CE'

red 113 ◦ green 120 ◦ blue 206

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

Shades of Moody Blue #7178CE

Tints of Moody Blue #7178CE

RGB

 RED value IS 113 (44.53% from 255) = 25.74%

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

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

R = 25.74%
G = 27.33%
B = 46.92%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7178CE (or 0x7178CE) is known color: Moody Blue. HEX triplet: 71, 78 and CE. RGB value is (113,120,206). Sum of RGB (Red+Green+Blue) = 113+120+206=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #7178CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7178CE is #8E8731. Grayscale: #7F7F7F. Windows color (decimal): -9340722 or 13531249. OLE color: 13531249.

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

Color convert

RGB 113 120 206 -
CMYK 0.45 0.42 0 0.19
HSL 235.48º 0.49% 0.63% -
HSV(B) 235.48º 0.45% 0.81% -
XYZ 24.67 21.4 61.22 -
YUV 127.71 172.18 117.51 -
System Red Green Blue C M Y K H S L
Decimal 113 120 206 0.45 0.42 0 0.19 235.48 0.49 0.63
Hex 71 78 CE 2D 2A 0 13 EB 31 3F
Octal 161 170 316 55 52 0 23 353 61 77
Binary 1110001 1111000 11001110 101101 101010 0 10011 11101011 110001 111111

Color Harmonies of #7178CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7178CE

Black with #7178CE

Text Example


Text Example

White with #7178CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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