Html Css Color HEX #717CDB Moody Blue

📋 copy color: '#717CDB'

red 113 ◦ green 124 ◦ blue 219

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

Shades of Moody Blue #717CDB

Tints of Moody Blue #717CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.19%

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

R = 24.78%
G = 27.19%
B = 48.03%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#717CDB (or 0x717CDB) is known color: Moody Blue. HEX triplet: 71, 7C and DB. RGB value is (113,124,219). Sum of RGB (Red+Green+Blue) = 113+124+219=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #717CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717CDB is #8E8324. Grayscale: #838383. Windows color (decimal): -9339685 or 14384241. OLE color: 14384241.

HSL color Cylindrical-coordinate representation of color #717CDB: hue angle of 233.77º 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 #717CDB is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 124 219 -
CMYK 0.48 0.43 0 0.14
HSL 233.77º 0.6% 0.65% -
HSV(B) 233.77º 0.48% 0.86% -
XYZ 26.8 23.04 70.05 -
YUV 131.54 177.36 114.78 -
System Red Green Blue C M Y K H S L
Decimal 113 124 219 0.48 0.43 0 0.14 233.77 0.6 0.65
Hex 71 7C DB 30 2B 0 E EA 3C 41
Octal 161 174 333 60 53 0 16 352 74 101
Binary 1110001 1111100 11011011 110000 101011 0 1110 11101010 111100 1000001

Color Harmonies of #717CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717CDB

Black with #717CDB

Text Example


Text Example

White with #717CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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