Html Css Color HEX #717AAE Chetwode Blue

📋 copy color: '#717AAE'

red 113 ◦ green 122 ◦ blue 174

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

Shades of Chetwode Blue #717AAE

Tints of Chetwode Blue #717AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 27.63%
G = 29.83%
B = 42.54%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#717AAE (or 0x717AAE) is known color: Chetwode Blue. HEX triplet: 71, 7A and AE. RGB value is (113,122,174). Sum of RGB (Red+Green+Blue) = 113+122+174=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #717AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717AAE is #8E8551. Grayscale: #7D7D7D. Windows color (decimal): -9340242 or 11434609. OLE color: 11434609.

HSL color Cylindrical-coordinate representation of color #717AAE: hue angle of 231.15º 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 #717AAE is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 122 174 -
CMYK 0.35 0.30 0 0.32
HSL 231.15º 0.27% 0.56% -
HSV(B) 231.15º 0.35% 0.68% -
XYZ 21.41 20.49 42.87 -
YUV 125.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 113 122 174 0.35 0.30 0 0.32 231.15 0.27 0.56
Hex 71 7A AE 23 1E 0 20 E7 1B 38
Octal 161 172 256 43 36 0 40 347 33 70
Binary 1110001 1111010 10101110 100011 11110 0 100000 11100111 11011 111000

Color Harmonies of #717AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717AAE

Black with #717AAE

Text Example


Text Example

White with #717AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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