Html Css Color HEX #717BD8 Moody Blue

📋 copy color: '#717BD8'

red 113 ◦ green 123 ◦ blue 216

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

Shades of Moody Blue #717BD8

Tints of Moody Blue #717BD8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.21%

 BLUE value IS 216 (84.77% from 255) = 47.79%

R = 25%
G = 27.21%
B = 47.79%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#717BD8 (or 0x717BD8) is known color: Moody Blue. HEX triplet: 71, 7B and D8. RGB value is (113,123,216). Sum of RGB (Red+Green+Blue) = 113+123+216=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #717BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717BD8 is #8E8427. Grayscale: #828282. Windows color (decimal): -9339944 or 14187377. OLE color: 14187377.

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

Color convert

RGB 113 123 216 -
CMYK 0.48 0.43 0 0.15
HSL 234.17º 0.57% 0.65% -
HSV(B) 234.17º 0.48% 0.85% -
XYZ 26.29 22.63 67.95 -
YUV 130.61 176.19 115.44 -
System Red Green Blue C M Y K H S L
Decimal 113 123 216 0.48 0.43 0 0.15 234.17 0.57 0.65
Hex 71 7B D8 30 2B 0 F EA 39 41
Octal 161 173 330 60 53 0 17 352 71 101
Binary 1110001 1111011 11011000 110000 101011 0 1111 11101010 111001 1000001

Color Harmonies of #717BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717BD8

Black with #717BD8

Text Example


Text Example

White with #717BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,123,216); }

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

background-color css

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

 a { background-color: rgb(113,123,216); }

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

border-color css

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

 span { border-color: rgb(113,123,216); }

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