Html Css Color HEX #7D8FAE Ship Cove

📋 copy color: '#7D8FAE'

red 125 ◦ green 143 ◦ blue 174

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

Shades of Ship Cove #7D8FAE

Tints of Ship Cove #7D8FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.35%

 BLUE value IS 174 (68.36% from 255) = 39.37%

R = 28.28%
G = 32.35%
B = 39.37%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D8FAE (or 0x7D8FAE) is known color: Ship Cove. HEX triplet: 7D, 8F and AE. RGB value is (125,143,174). Sum of RGB (Red+Green+Blue) = 125+143+174=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D8FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8FAE is #827051. Grayscale: #8D8D8D. Windows color (decimal): -8548434 or 11439997. OLE color: 11439997.

HSL color Cylindrical-coordinate representation of color #7D8FAE: hue angle of 217.96º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D8FAE is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 143 174 -
CMYK 0.28 0.18 0 0.32
HSL 217.96º 0.23% 0.59% -
HSV(B) 217.96º 0.28% 0.68% -
XYZ 25.92 27.06 43.9 -
YUV 141.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 125 143 174 0.28 0.18 0 0.32 217.96 0.23 0.59
Hex 7D 8F AE 1C 12 0 20 DA 17 3B
Octal 175 217 256 34 22 0 40 332 27 73
Binary 1111101 10001111 10101110 11100 10010 0 100000 11011010 10111 111011

Color Harmonies of #7D8FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8FAE

Black with #7D8FAE

Text Example


Text Example

White with #7D8FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,143,174); }

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

background-color css

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

 a { background-color: rgb(125,143,174); }

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

border-color css

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

 span { border-color: rgb(125,143,174); }

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