#7B85AF

Color #7B85AF Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #7B85AF

Tints of Ship Cove #7B85AF

Color information

#7B85AF (or 0x7B85AF) is unknown color: approx Ship Cove. HEX triplet: 7B, 85 and AF. RGB value is (123,133,175). Sum of RGB (Red+Green+Blue) = 123+133+175=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B85AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B85AF is #847A50. Grayscale: #868686. Windows color (decimal): -8682065 or 11502971. OLE color: 11502971.

HSL color Cylindrical-coordinate representation of color #7B85AF: hue angle of 228.46º 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 #7B85AF is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB123133175-
CMYK0.300.2400.31
HSL228.46º24.53%58.43%-
HSV(B)228.46º29.71%68.63%-
XYZ24.2924.0843.93-
YUV134.8150.69119.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.54%
GREEN value IS 133 (52.34% from 255) = 30.86%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=28.54%
G=30.86%
B=40.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231331750.300.2400.31228.4624.5358.43
Hex7B85AF1E1801Fe4193a
Octal17320525736300373443172
Binary1111011100001011010111111110110000111111110010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B85AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7B85AF;
 }
 .AnyTagClassName
 {
   color: #7B85AF;
 }
</style>
background-color css

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

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

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

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

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

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