Html Css Color HEX #717CAB Ship Cove

📋 copy color: '#717CAB'

red 113 ◦ green 124 ◦ blue 171

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

Shades of Ship Cove #717CAB

Tints of Ship Cove #717CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.39%

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

R = 27.7%
G = 30.39%
B = 41.91%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#717CAB (or 0x717CAB) is known color: Ship Cove. HEX triplet: 71, 7C and AB. RGB value is (113,124,171). Sum of RGB (Red+Green+Blue) = 113+124+171=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #717CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717CAB is #8E8354. Grayscale: #7D7D7D. Windows color (decimal): -9339733 or 11238513. OLE color: 11238513.

HSL color Cylindrical-coordinate representation of color #717CAB: hue angle of 228.62º 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 #717CAB is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 124 171 -
CMYK 0.34 0.27 0 0.33
HSL 228.62º 0.26% 0.56% -
HSV(B) 228.62º 0.34% 0.67% -
XYZ 21.37 20.87 41.43 -
YUV 126.07 153.36 118.68 -
System Red Green Blue C M Y K H S L
Decimal 113 124 171 0.34 0.27 0 0.33 228.62 0.26 0.56
Hex 71 7C AB 22 1B 0 21 E5 1A 38
Octal 161 174 253 42 33 0 41 345 32 70
Binary 1110001 1111100 10101011 100010 11011 0 100001 11100101 11010 111000

Color Harmonies of #717CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717CAB

Black with #717CAB

Text Example


Text Example

White with #717CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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