Html Css Color HEX #7485A7 Ship Cove

📋 copy color: '#7485A7'

red 116 ◦ green 133 ◦ blue 167

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

Shades of Ship Cove #7485A7

Tints of Ship Cove #7485A7

RGB

 RED value IS 116 (45.7% from 255) = 27.88%

 GREEN value IS 133 (52.34% from 255) = 31.97%

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

R = 27.88%
G = 31.97%
B = 40.14%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7485A7 (or 0x7485A7) is known color: Ship Cove. HEX triplet: 74, 85 and A7. RGB value is (116,133,167). Sum of RGB (Red+Green+Blue) = 116+133+167=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 167 (65.62% from 255 or 40.14% from 416); Max value from RGB is 167 - color contains mainly: blue. Hex color #7485A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7485A7 is #8B7A58. Grayscale: #838383. Windows color (decimal): -9140825 or 10978676. OLE color: 10978676.

HSL color Cylindrical-coordinate representation of color #7485A7: hue angle of 220º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7485A7 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 133 167 -
CMYK 0.31 0.20 0 0.35
HSL 220º 0.22% 0.55% -
HSV(B) 220º 0.31% 0.65% -
XYZ 22.57 23.28 39.86 -
YUV 131.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 116 133 167 0.31 0.20 0 0.35 220 0.22 0.55
Hex 74 85 A7 1F 14 0 23 DC 16 37
Octal 164 205 247 37 24 0 43 334 26 67
Binary 1110100 10000101 10100111 11111 10100 0 100011 11011100 10110 110111

Color Harmonies of #7485A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7485A7

Black with #7485A7

Text Example


Text Example

White with #7485A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7485A7; }

 p { color: rgb(116,133,167); }

 H1.HeaderClassName
 {
   color: #7485A7;
 }
 .AnyTagClassName
 {
   color: #7485A7;
 }
</style>

background-color css

<style>
 a { background-color: #7485A7; }

 a { background-color: rgb(116,133,167); }

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

border-color css

<style>
 span { border-color: #7485A7; }

 span { border-color: rgb(116,133,167); }

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