Html Css Color HEX #717FAA Ship Cove

📋 copy color: '#717FAA'

red 113 ◦ green 127 ◦ blue 170

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

Shades of Ship Cove #717FAA

Tints of Ship Cove #717FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 30.98%

 BLUE value IS 170 (66.8% from 255) = 41.46%

R = 27.56%
G = 30.98%
B = 41.46%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#717FAA (or 0x717FAA) is known color: Ship Cove. HEX triplet: 71, 7F and AA. RGB value is (113,127,170). Sum of RGB (Red+Green+Blue) = 113+127+170=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #717FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717FAA is #8E8055. Grayscale: #7F7F7F. Windows color (decimal): -9338966 or 11173745. OLE color: 11173745.

HSL color Cylindrical-coordinate representation of color #717FAA: hue angle of 225.26º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #717FAA is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 127 170 -
CMYK 0.34 0.25 0 0.33
HSL 225.26º 0.25% 0.55% -
HSV(B) 225.26º 0.34% 0.67% -
XYZ 21.66 21.59 41.06 -
YUV 127.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 113 127 170 0.34 0.25 0 0.33 225.26 0.25 0.55
Hex 71 7F AA 22 19 0 21 E1 19 37
Octal 161 177 252 42 31 0 41 341 31 67
Binary 1110001 1111111 10101010 100010 11001 0 100001 11100001 11001 110111

Color Harmonies of #717FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717FAA

Black with #717FAA

Text Example


Text Example

White with #717FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,127,170); }

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

background-color css

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

 a { background-color: rgb(113,127,170); }

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

border-color css

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

 span { border-color: rgb(113,127,170); }

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