#7C7FA1

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

Shades of Ship Cove #7C7FA1

Tints of Ship Cove #7C7FA1

Color information

#7C7FA1 (or 0x7C7FA1) is unknown color: approx Ship Cove. HEX triplet: 7C, 7F and A1. RGB value is (124,127,161). Sum of RGB (Red+Green+Blue) = 124+127+161=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 161 - color contains mainly: blue. Hex color #7C7FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7FA1 is #83805E. Grayscale: #818181. Windows color (decimal): -8618079 or 10583932. OLE color: 10583932.

HSL color Cylindrical-coordinate representation of color #7C7FA1: hue angle of 235.14º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C7FA1 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB124127161-
CMYK0.230.2100.37
HSL235.14º16.44%55.88%-
HSV(B)235.14º22.98%63.14%-
XYZ22.3322.0436.79-
YUV129.98145.51123.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.10%
GREEN value IS 127 (50% from 255) = 30.83%
BLUE value IS 161 (63.28% from 255) = 39.08%
R=30.10%
G=30.83%
B=39.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1241271610.230.2100.37235.1416.4455.88
Hex7C7FA11715025eb1038
Octal17417724127250453532070
Binary1111100111111110100001101111010101001011110101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,127,161); }

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

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

 a { background-color: rgb(124,127,161); }

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

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

 span { border-color: rgb(124,127,161); }

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