Html Css Color HEX #717AAD Chetwode Blue

📋 copy color: '#717AAD'

red 113 ◦ green 122 ◦ blue 173

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

Shades of Chetwode Blue #717AAD

Tints of Chetwode Blue #717AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.4%

R = 27.7%
G = 29.9%
B = 42.4%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#717AAD (or 0x717AAD) is known color: Chetwode Blue. HEX triplet: 71, 7A and AD. RGB value is (113,122,173). Sum of RGB (Red+Green+Blue) = 113+122+173=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #717AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717AAD is #8E8552. Grayscale: #7C7C7C. Windows color (decimal): -9340243 or 11369073. OLE color: 11369073.

HSL color Cylindrical-coordinate representation of color #717AAD: hue angle of 231º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #717AAD is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 122 173 -
CMYK 0.35 0.29 0 0.32
HSL 231º 0.27% 0.56% -
HSV(B) 231º 0.35% 0.68% -
XYZ 21.31 20.45 42.36 -
YUV 125.12 155.02 119.35 -
System Red Green Blue C M Y K H S L
Decimal 113 122 173 0.35 0.29 0 0.32 231 0.27 0.56
Hex 71 7A AD 23 1D 0 20 E7 1B 38
Octal 161 172 255 43 35 0 40 347 33 70
Binary 1110001 1111010 10101101 100011 11101 0 100000 11100111 11011 111000

Color Harmonies of #717AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717AAD

Black with #717AAD

Text Example


Text Example

White with #717AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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