Html Css Color HEX #717ABD Chetwode Blue

📋 copy color: '#717ABD'

red 113 ◦ green 122 ◦ blue 189

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

Shades of Chetwode Blue #717ABD

Tints of Chetwode Blue #717ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.58%

R = 26.65%
G = 28.77%
B = 44.58%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#717ABD (or 0x717ABD) is known color: Chetwode Blue. HEX triplet: 71, 7A and BD. RGB value is (113,122,189). Sum of RGB (Red+Green+Blue) = 113+122+189=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #717ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717ABD is #8E8542. Grayscale: #7E7E7E. Windows color (decimal): -9340227 or 12417649. OLE color: 12417649.

HSL color Cylindrical-coordinate representation of color #717ABD: hue angle of 232.89º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #717ABD is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 122 189 -
CMYK 0.40 0.35 0 0.26
HSL 232.89º 0.37% 0.59% -
HSV(B) 232.89º 0.4% 0.74% -
XYZ 22.95 21.1 51.01 -
YUV 126.95 163.02 118.05 -
System Red Green Blue C M Y K H S L
Decimal 113 122 189 0.40 0.35 0 0.26 232.89 0.37 0.59
Hex 71 7A BD 28 23 0 1A E9 25 3B
Octal 161 172 275 50 43 0 32 351 45 73
Binary 1110001 1111010 10111101 101000 100011 0 11010 11101001 100101 111011

Color Harmonies of #717ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717ABD

Black with #717ABD

Text Example


Text Example

White with #717ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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