Html Css Color HEX #717ACF Moody Blue

📋 copy color: '#717ACF'

red 113 ◦ green 122 ◦ blue 207

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

Shades of Moody Blue #717ACF

Tints of Moody Blue #717ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.83%

R = 25.57%
G = 27.6%
B = 46.83%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#717ACF (or 0x717ACF) is known color: Moody Blue. HEX triplet: 71, 7A and CF. RGB value is (113,122,207). Sum of RGB (Red+Green+Blue) = 113+122+207=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #717ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717ACF is #8E8530. Grayscale: #808080. Windows color (decimal): -9340209 or 13597297. OLE color: 13597297.

HSL color Cylindrical-coordinate representation of color #717ACF: hue angle of 234.26º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #717ACF is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 122 207 -
CMYK 0.45 0.41 0 0.19
HSL 234.26º 0.49% 0.63% -
HSV(B) 234.26º 0.45% 0.81% -
XYZ 25.03 21.93 61.95 -
YUV 129 172.02 116.59 -
System Red Green Blue C M Y K H S L
Decimal 113 122 207 0.45 0.41 0 0.19 234.26 0.49 0.63
Hex 71 7A CF 2D 29 0 13 EA 31 3F
Octal 161 172 317 55 51 0 23 352 61 77
Binary 1110001 1111010 11001111 101101 101001 0 10011 11101010 110001 111111

Color Harmonies of #717ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717ACF

Black with #717ACF

Text Example


Text Example

White with #717ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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