Html Css Color HEX #717AB6 Chetwode Blue

📋 copy color: '#717AB6'

red 113 ◦ green 122 ◦ blue 182

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

Shades of Chetwode Blue #717AB6

Tints of Chetwode Blue #717AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.65%

R = 27.1%
G = 29.26%
B = 43.65%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#717AB6 (or 0x717AB6) is known color: Chetwode Blue. HEX triplet: 71, 7A and B6. RGB value is (113,122,182). Sum of RGB (Red+Green+Blue) = 113+122+182=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #717AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717AB6 is #8E8549. Grayscale: #7D7D7D. Windows color (decimal): -9340234 or 11958897. OLE color: 11958897.

HSL color Cylindrical-coordinate representation of color #717AB6: hue angle of 232.17º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #717AB6 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 122 182 -
CMYK 0.38 0.33 0 0.29
HSL 232.17º 0.32% 0.58% -
HSV(B) 232.17º 0.38% 0.71% -
XYZ 22.21 20.81 47.1 -
YUV 126.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 113 122 182 0.38 0.33 0 0.29 232.17 0.32 0.58
Hex 71 7A B6 26 21 0 1D E8 20 3A
Octal 161 172 266 46 41 0 35 350 40 72
Binary 1110001 1111010 10110110 100110 100001 0 11101 11101000 100000 111010

Color Harmonies of #717AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717AB6

Black with #717AB6

Text Example


Text Example

White with #717AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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