Html Css Color HEX #717AD9 Moody Blue

📋 copy color: '#717AD9'

red 113 ◦ green 122 ◦ blue 217

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

Shades of Moody Blue #717AD9

Tints of Moody Blue #717AD9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.99%

 BLUE value IS 217 (85.16% from 255) = 48.01%

R = 25%
G = 26.99%
B = 48.01%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#717AD9 (or 0x717AD9) is known color: Moody Blue. HEX triplet: 71, 7A and D9. RGB value is (113,122,217). Sum of RGB (Red+Green+Blue) = 113+122+217=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 217 - color contains mainly: blue. Hex color #717AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717AD9 is #8E8526. Grayscale: #818181. Windows color (decimal): -9340199 or 14252657. OLE color: 14252657.

HSL color Cylindrical-coordinate representation of color #717AD9: hue angle of 234.81º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #717AD9 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 122 217 -
CMYK 0.48 0.44 0 0.15
HSL 234.81º 0.58% 0.65% -
HSV(B) 234.81º 0.48% 0.85% -
XYZ 26.29 22.44 68.59 -
YUV 130.14 177.02 115.78 -
System Red Green Blue C M Y K H S L
Decimal 113 122 217 0.48 0.44 0 0.15 234.81 0.58 0.65
Hex 71 7A D9 30 2C 0 F EB 3A 41
Octal 161 172 331 60 54 0 17 353 72 101
Binary 1110001 1111010 11011001 110000 101100 0 1111 11101011 111010 1000001

Color Harmonies of #717AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717AD9

Black with #717AD9

Text Example


Text Example

White with #717AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,122,217); }

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

background-color css

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

 a { background-color: rgb(113,122,217); }

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

border-color css

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

 span { border-color: rgb(113,122,217); }

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