Html Css Color HEX #717AAB Chetwode Blue

📋 copy color: '#717AAB'

red 113 ◦ green 122 ◦ blue 171

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

Shades of Chetwode Blue #717AAB

Tints of Chetwode Blue #717AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.12%

R = 27.83%
G = 30.05%
B = 42.12%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#717AAB (or 0x717AAB) is known color: Chetwode Blue. HEX triplet: 71, 7A and AB. RGB value is (113,122,171). Sum of RGB (Red+Green+Blue) = 113+122+171=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #717AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717AAB is #8E8554. Grayscale: #7C7C7C. Windows color (decimal): -9340245 or 11238001. OLE color: 11238001.

HSL color Cylindrical-coordinate representation of color #717AAB: hue angle of 230.69º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #717AAB is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 122 171 -
CMYK 0.34 0.29 0 0.33
HSL 230.69º 0.26% 0.56% -
HSV(B) 230.69º 0.34% 0.67% -
XYZ 21.12 20.37 41.35 -
YUV 124.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 113 122 171 0.34 0.29 0 0.33 230.69 0.26 0.56
Hex 71 7A AB 22 1D 0 21 E7 1A 38
Octal 161 172 253 42 35 0 41 347 32 70
Binary 1110001 1111010 10101011 100010 11101 0 100001 11100111 11010 111000

Color Harmonies of #717AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717AAB

Black with #717AAB

Text Example


Text Example

White with #717AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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