#7A7FAB

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

Shades of Ship Cove #7A7FAB

Tints of Ship Cove #7A7FAB

Color information

#7A7FAB (or 0x7A7FAB) is unknown color: approx Ship Cove. HEX triplet: 7A, 7F and AB. RGB value is (122,127,171). Sum of RGB (Red+Green+Blue) = 122+127+171=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A7FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7FAB is #858054. Grayscale: #828282. Windows color (decimal): -8749141 or 11239290. OLE color: 11239290.

HSL color Cylindrical-coordinate representation of color #7A7FAB: hue angle of 233.88º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A7FAB is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB122127171-
CMYK0.290.2600.33
HSL233.88º22.58%57.45%-
HSV(B)233.88º28.65%67.06%-
XYZ22.9722.2641.61-
YUV130.52150.84121.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.05%
GREEN value IS 127 (50% from 255) = 30.24%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=29.05%
G=30.24%
B=40.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221271710.290.2600.33233.8822.5857.45
Hex7A7FAB1D1A021ea1739
Octal17217725335320413522771
Binary1111010111111110101011111011101001000011110101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,127,171); }

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

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

 a { background-color: rgb(122,127,171); }

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

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

 span { border-color: rgb(122,127,171); }

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