Html Css Color HEX #717ADB Moody Blue

📋 copy color: '#717ADB'

red 113 ◦ green 122 ◦ blue 219

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

Shades of Moody Blue #717ADB

Tints of Moody Blue #717ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 24.89%
G = 26.87%
B = 48.24%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#717ADB (or 0x717ADB) is known color: Moody Blue. HEX triplet: 71, 7A and DB. RGB value is (113,122,219). Sum of RGB (Red+Green+Blue) = 113+122+219=454 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.89% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #717ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717ADB is #8E8524. Grayscale: #818181. Windows color (decimal): -9340197 or 14383729. OLE color: 14383729.

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

Color convert

RGB 113 122 219 -
CMYK 0.48 0.44 0 0.14
HSL 234.91º 0.6% 0.65% -
HSV(B) 234.91º 0.48% 0.86% -
XYZ 26.56 22.54 69.97 -
YUV 130.37 178.02 115.61 -
System Red Green Blue C M Y K H S L
Decimal 113 122 219 0.48 0.44 0 0.14 234.91 0.6 0.65
Hex 71 7A DB 30 2C 0 E EB 3C 41
Octal 161 172 333 60 54 0 16 353 74 101
Binary 1110001 1111010 11011011 110000 101100 0 1110 11101011 111100 1000001

Color Harmonies of #717ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717ADB

Black with #717ADB

Text Example


Text Example

White with #717ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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