Html Css Color HEX #717FD6 Moody Blue

📋 copy color: '#717FD6'

red 113 ◦ green 127 ◦ blue 214

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

Shades of Moody Blue #717FD6

Tints of Moody Blue #717FD6

RGB

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

 GREEN value IS 127 (50% from 255) = 27.97%

 BLUE value IS 214 (83.98% from 255) = 47.14%

R = 24.89%
G = 27.97%
B = 47.14%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#717FD6 (or 0x717FD6) is known color: Moody Blue. HEX triplet: 71, 7F and D6. RGB value is (113,127,214). Sum of RGB (Red+Green+Blue) = 113+127+214=454 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.89% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 214 - color contains mainly: blue. Hex color #717FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717FD6 is #8E8029. Grayscale: #848484. Windows color (decimal): -9338922 or 14057329. OLE color: 14057329.

HSL color Cylindrical-coordinate representation of color #717FD6: hue angle of 231.68º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #717FD6 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 127 214 -
CMYK 0.47 0.41 0 0.16
HSL 231.68º 0.55% 0.64% -
HSV(B) 231.68º 0.47% 0.84% -
XYZ 26.54 23.54 66.76 -
YUV 132.73 173.86 113.93 -
System Red Green Blue C M Y K H S L
Decimal 113 127 214 0.47 0.41 0 0.16 231.68 0.55 0.64
Hex 71 7F D6 2F 29 0 10 E8 37 40
Octal 161 177 326 57 51 0 20 350 67 100
Binary 1110001 1111111 11010110 101111 101001 0 10000 11101000 110111 1000000

Color Harmonies of #717FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717FD6

Black with #717FD6

Text Example


Text Example

White with #717FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717FD6; }

 p { color: rgb(113,127,214); }

 H1.HeaderClassName
 {
   color: #717FD6;
 }
 .AnyTagClassName
 {
   color: #717FD6;
 }
</style>

background-color css

<style>
 a { background-color: #717FD6; }

 a { background-color: rgb(113,127,214); }

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

border-color css

<style>
 span { border-color: #717FD6; }

 span { border-color: rgb(113,127,214); }

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