Html Css Color HEX #717ACD Moody Blue

📋 copy color: '#717ACD'

red 113 ◦ green 122 ◦ blue 205

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

Shades of Moody Blue #717ACD

Tints of Moody Blue #717ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.59%

R = 25.68%
G = 27.73%
B = 46.59%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#717ACD (or 0x717ACD) is known color: Moody Blue. HEX triplet: 71, 7A and CD. RGB value is (113,122,205). Sum of RGB (Red+Green+Blue) = 113+122+205=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #717ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717ACD is #8E8532. Grayscale: #808080. Windows color (decimal): -9340211 or 13466225. OLE color: 13466225.

HSL color Cylindrical-coordinate representation of color #717ACD: hue angle of 234.13º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #717ACD is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 122 205 -
CMYK 0.45 0.40 0 0.20
HSL 234.13º 0.48% 0.62% -
HSV(B) 234.13º 0.45% 0.8% -
XYZ 24.79 21.84 60.67 -
YUV 128.77 171.02 116.75 -
System Red Green Blue C M Y K H S L
Decimal 113 122 205 0.45 0.40 0 0.20 234.13 0.48 0.62
Hex 71 7A CD 2D 28 0 14 EA 30 3E
Octal 161 172 315 55 50 0 24 352 60 76
Binary 1110001 1111010 11001101 101101 101000 0 10100 11101010 110000 111110

Color Harmonies of #717ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717ACD

Black with #717ACD

Text Example


Text Example

White with #717ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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