Html Css Color HEX #7A85AF Ship Cove

📋 copy color: '#7A85AF'

red 122 ◦ green 133 ◦ blue 175

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

Shades of Ship Cove #7A85AF

Tints of Ship Cove #7A85AF

RGB

 RED value IS 122 (48.05% from 255) = 28.37%

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

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 28.37%
G = 30.93%
B = 40.7%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7A85AF (or 0x7A85AF) is known color: Ship Cove. HEX triplet: 7A, 85 and AF. RGB value is (122,133,175). Sum of RGB (Red+Green+Blue) = 122+133+175=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A85AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A85AF is #857A50. Grayscale: #868686. Windows color (decimal): -8747601 or 11502970. OLE color: 11502970.

HSL color Cylindrical-coordinate representation of color #7A85AF: hue angle of 227.55º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A85AF is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 133 175 -
CMYK 0.30 0.24 0 0.31
HSL 227.55º 0.25% 0.58% -
HSV(B) 227.55º 0.3% 0.69% -
XYZ 24.15 24.01 43.92 -
YUV 134.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 122 133 175 0.30 0.24 0 0.31 227.55 0.25 0.58
Hex 7A 85 AF 1E 18 0 1F E4 19 3A
Octal 172 205 257 36 30 0 37 344 31 72
Binary 1111010 10000101 10101111 11110 11000 0 11111 11100100 11001 111010

Color Harmonies of #7A85AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A85AF

Black with #7A85AF

Text Example


Text Example

White with #7A85AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,133,175); }

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

background-color css

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

 a { background-color: rgb(122,133,175); }

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

border-color css

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

 span { border-color: rgb(122,133,175); }

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