Html Css Color HEX #716EC8 Moody Blue

📋 copy color: '#716EC8'

red 113 ◦ green 110 ◦ blue 200

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

Shades of Moody Blue #716EC8

Tints of Moody Blue #716EC8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26%

 BLUE value IS 200 (78.52% from 255) = 47.28%

R = 26.71%
G = 26%
B = 47.28%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#716EC8 (or 0x716EC8) is known color: Moody Blue. HEX triplet: 71, 6E and C8. RGB value is (113,110,200). Sum of RGB (Red+Green+Blue) = 113+110+200=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 200 - color contains mainly: blue. Hex color #716EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716EC8 is #8E9137. Grayscale: #787878. Windows color (decimal): -9343288 or 13135473. OLE color: 13135473.

HSL color Cylindrical-coordinate representation of color #716EC8: hue angle of 242º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #716EC8 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 110 200 -
CMYK 0.44 0.45 0 0.22
HSL 242º 0.45% 0.61% -
HSV(B) 242º 0.45% 0.78% -
XYZ 22.81 18.83 57.08 -
YUV 121.16 172.49 122.18 -
System Red Green Blue C M Y K H S L
Decimal 113 110 200 0.44 0.45 0 0.22 242 0.45 0.61
Hex 71 6E C8 2C 2D 0 16 F2 2D 3D
Octal 161 156 310 54 55 0 26 362 55 75
Binary 1110001 1101110 11001000 101100 101101 0 10110 11110010 101101 111101

Color Harmonies of #716EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716EC8

Black with #716EC8

Text Example


Text Example

White with #716EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716EC8; }

 p { color: rgb(113,110,200); }

 H1.HeaderClassName
 {
   color: #716EC8;
 }
 .AnyTagClassName
 {
   color: #716EC8;
 }
</style>

background-color css

<style>
 a { background-color: #716EC8; }

 a { background-color: rgb(113,110,200); }

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

border-color css

<style>
 span { border-color: #716EC8; }

 span { border-color: rgb(113,110,200); }

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