Html Css Color HEX #717FDA Moody Blue

📋 copy color: '#717FDA'

red 113 ◦ green 127 ◦ blue 218

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

Shades of Moody Blue #717FDA

Tints of Moody Blue #717FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 27.73%

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

R = 24.67%
G = 27.73%
B = 47.6%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#717FDA (or 0x717FDA) is known color: Moody Blue. HEX triplet: 71, 7F and DA. RGB value is (113,127,218). Sum of RGB (Red+Green+Blue) = 113+127+218=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #717FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717FDA is #8E8025. Grayscale: #848484. Windows color (decimal): -9338918 or 14319473. OLE color: 14319473.

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

Color convert

RGB 113 127 218 -
CMYK 0.48 0.42 0 0.15
HSL 232º 0.59% 0.65% -
HSV(B) 232º 0.48% 0.85% -
XYZ 27.05 23.75 69.49 -
YUV 133.19 175.86 113.6 -
System Red Green Blue C M Y K H S L
Decimal 113 127 218 0.48 0.42 0 0.15 232 0.59 0.65
Hex 71 7F DA 30 2A 0 F E8 3B 41
Octal 161 177 332 60 52 0 17 350 73 101
Binary 1110001 1111111 11011010 110000 101010 0 1111 11101000 111011 1000001

Color Harmonies of #717FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717FDA

Black with #717FDA

Text Example


Text Example

White with #717FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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