#7B7FA0

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

Shades of Ship Cove #7B7FA0

Tints of Ship Cove #7B7FA0

Color information

#7B7FA0 (or 0x7B7FA0) is unknown color: approx Ship Cove. HEX triplet: 7B, 7F and A0. RGB value is (123,127,160). Sum of RGB (Red+Green+Blue) = 123+127+160=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 160 - color contains mainly: blue. Hex color #7B7FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7FA0 is #84805F. Grayscale: #818181. Windows color (decimal): -8683616 or 10518395. OLE color: 10518395.

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

Color convert

RGB123127160-
CMYK0.230.2100.37
HSL233.51º16.3%55.49%-
HSV(B)233.51º23.13%62.75%-
XYZ22.121.9336.33-
YUV129.57145.17123.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30%
GREEN value IS 127 (50% from 255) = 30.98%
BLUE value IS 160 (62.89% from 255) = 39.02%
R=30%
G=30.98%
B=39.02%

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
Decimal1231271600.230.2100.37233.5116.355.49
Hex7B7FA01715025ea1037
Octal17317724027250453522067
Binary1111011111111110100000101111010101001011110101010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,127,160); }

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

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

 a { background-color: rgb(123,127,160); }

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

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

 span { border-color: rgb(123,127,160); }

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