Html Css Color HEX #717AA7 Ship Cove

📋 copy color: '#717AA7'

red 113 ◦ green 122 ◦ blue 167

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

Shades of Ship Cove #717AA7

Tints of Ship Cove #717AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.54%

R = 28.11%
G = 30.35%
B = 41.54%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#717AA7 (or 0x717AA7) is known color: Ship Cove. HEX triplet: 71, 7A and A7. RGB value is (113,122,167). Sum of RGB (Red+Green+Blue) = 113+122+167=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 167 - color contains mainly: blue. Hex color #717AA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717AA7 is #8E8558. Grayscale: #7C7C7C. Windows color (decimal): -9340249 or 10975857. OLE color: 10975857.

HSL color Cylindrical-coordinate representation of color #717AA7: hue angle of 230º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #717AA7 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 113 122 167 -
CMYK 0.32 0.27 0 0.35
HSL 230º 0.23% 0.55% -
HSV(B) 230º 0.32% 0.65% -
XYZ 20.74 20.22 39.37 -
YUV 124.44 152.02 119.84 -
System Red Green Blue C M Y K H S L
Decimal 113 122 167 0.32 0.27 0 0.35 230 0.23 0.55
Hex 71 7A A7 20 1B 0 23 E6 17 37
Octal 161 172 247 40 33 0 43 346 27 67
Binary 1110001 1111010 10100111 100000 11011 0 100011 11100110 10111 110111

Color Harmonies of #717AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717AA7

Black with #717AA7

Text Example


Text Example

White with #717AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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