Html Css Color HEX #717ADA Moody Blue

📋 copy color: '#717ADA'

red 113 ◦ green 122 ◦ blue 218

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

Shades of Moody Blue #717ADA

Tints of Moody Blue #717ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 24.94%
G = 26.93%
B = 48.12%

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

#717ADA (or 0x717ADA) is known color: Moody Blue. HEX triplet: 71, 7A and DA. RGB value is (113,122,218). Sum of RGB (Red+Green+Blue) = 113+122+218=453 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.94% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #717ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717ADA is #8E8525. Grayscale: #818181. Windows color (decimal): -9340198 or 14318193. OLE color: 14318193.

HSL color Cylindrical-coordinate representation of color #717ADA: hue angle of 234.86º degrees, saturation: 0.59, 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 #717ADA is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 122 218 -
CMYK 0.48 0.44 0 0.15
HSL 234.86º 0.59% 0.65% -
HSV(B) 234.86º 0.48% 0.85% -
XYZ 26.42 22.49 69.28 -
YUV 130.25 177.52 115.69 -
System Red Green Blue C M Y K H S L
Decimal 113 122 218 0.48 0.44 0 0.15 234.86 0.59 0.65
Hex 71 7A DA 30 2C 0 F EB 3B 41
Octal 161 172 332 60 54 0 17 353 73 101
Binary 1110001 1111010 11011010 110000 101100 0 1111 11101011 111011 1000001

Color Harmonies of #717ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717ADA

Black with #717ADA

Text Example


Text Example

White with #717ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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