Html Css Color HEX #717BAF Chetwode Blue

📋 copy color: '#717BAF'

red 113 ◦ green 123 ◦ blue 175

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

Shades of Chetwode Blue #717BAF

Tints of Chetwode Blue #717BAF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.93%

 BLUE value IS 175 (68.75% from 255) = 42.58%

R = 27.49%
G = 29.93%
B = 42.58%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#717BAF (or 0x717BAF) is known color: Chetwode Blue. HEX triplet: 71, 7B and AF. RGB value is (113,123,175). Sum of RGB (Red+Green+Blue) = 113+123+175=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #717BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717BAF is #8E8450. Grayscale: #7D7D7D. Windows color (decimal): -9339985 or 11500401. OLE color: 11500401.

HSL color Cylindrical-coordinate representation of color #717BAF: hue angle of 230.32º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #717BAF is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 123 175 -
CMYK 0.35 0.30 0 0.31
HSL 230.32º 0.28% 0.56% -
HSV(B) 230.32º 0.35% 0.69% -
XYZ 21.63 20.77 43.43 -
YUV 125.94 155.69 118.77 -
System Red Green Blue C M Y K H S L
Decimal 113 123 175 0.35 0.30 0 0.31 230.32 0.28 0.56
Hex 71 7B AF 23 1E 0 1F E6 1C 38
Octal 161 173 257 43 36 0 37 346 34 70
Binary 1110001 1111011 10101111 100011 11110 0 11111 11100110 11100 111000

Color Harmonies of #717BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717BAF

Black with #717BAF

Text Example


Text Example

White with #717BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,123,175); }

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

background-color css

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

 a { background-color: rgb(113,123,175); }

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

border-color css

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

 span { border-color: rgb(113,123,175); }

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