#7C91AF

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

Shades of Ship Cove #7C91AF

Tints of Ship Cove #7C91AF

Color information

#7C91AF (or 0x7C91AF) is unknown color: approx Ship Cove. HEX triplet: 7C, 91 and AF. RGB value is (124,145,175). Sum of RGB (Red+Green+Blue) = 124+145+175=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C91AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C91AF is #836E50. Grayscale: #8E8E8E. Windows color (decimal): -8613457 or 11506044. OLE color: 11506044.

HSL color Cylindrical-coordinate representation of color #7C91AF: hue angle of 215.29º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C91AF is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB124145175-
CMYK0.290.1700.31
HSL215.29º24.17%58.63%-
HSV(B)215.29º29.14%68.63%-
XYZ26.1827.6344.51-
YUV142.14146.54115.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.93%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=27.93%
G=32.66%
B=39.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241451750.290.1700.31215.2924.1758.63
Hex7C91AF1D1101Fd7183b
Octal17422125735210373273073
Binary1111100100100011010111111101100010111111101011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C91AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,145,175); }

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

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

 a { background-color: rgb(124,145,175); }

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

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

 span { border-color: rgb(124,145,175); }

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