Html Css Color HEX #7D8299 Ship Cove

📋 copy color: '#7D8299'

red 125 ◦ green 130 ◦ blue 153

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

Shades of Ship Cove #7D8299

Tints of Ship Cove #7D8299

RGB

 RED value IS 125 (49.22% from 255) = 30.64%

 GREEN value IS 130 (51.17% from 255) = 31.86%

 BLUE value IS 153 (60.16% from 255) = 37.5%

R = 30.64%
G = 31.86%
B = 37.5%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7D8299 (or 0x7D8299) is known color: Ship Cove. HEX triplet: 7D, 82 and 99. RGB value is (125,130,153). Sum of RGB (Red+Green+Blue) = 125+130+153=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 153 - color contains mainly: blue. Hex color #7D8299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8299 is #827D66. Grayscale: #838383. Windows color (decimal): -8551783 or 10060413. OLE color: 10060413.

HSL color Cylindrical-coordinate representation of color #7D8299: hue angle of 229.29º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D8299 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 125 130 153 -
CMYK 0.18 0.15 0 0.4
HSL 229.29º 0.12% 0.55% -
HSV(B) 229.29º 0.18% 0.6% -
XYZ 22.19 22.63 33.33 -
YUV 131.13 140.34 123.63 -
System Red Green Blue C M Y K H S L
Decimal 125 130 153 0.18 0.15 0 0.4 229.29 0.12 0.55
Hex 7D 82 99 12 F 0 28 E5 C 37
Octal 175 202 231 22 17 0 50 345 14 67
Binary 1111101 10000010 10011001 10010 1111 0 101000 11100101 1100 110111

Color Harmonies of #7D8299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8299

Black with #7D8299

Text Example


Text Example

White with #7D8299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D8299; }

 p { color: rgb(125,130,153); }

 H1.HeaderClassName
 {
   color: #7D8299;
 }
 .AnyTagClassName
 {
   color: #7D8299;
 }
</style>

background-color css

<style>
 a { background-color: #7D8299; }

 a { background-color: rgb(125,130,153); }

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

border-color css

<style>
 span { border-color: #7D8299; }

 span { border-color: rgb(125,130,153); }

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