#7B7FAB

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

Shades of Ship Cove #7B7FAB

Tints of Ship Cove #7B7FAB

Color information

#7B7FAB (or 0x7B7FAB) is unknown color: approx Ship Cove. HEX triplet: 7B, 7F and AB. RGB value is (123,127,171). Sum of RGB (Red+Green+Blue) = 123+127+171=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B7FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7FAB is #848054. Grayscale: #828282. Windows color (decimal): -8683605 or 11239291. OLE color: 11239291.

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

Color convert

RGB123127171-
CMYK0.280.2600.33
HSL235º22.22%57.65%-
HSV(B)235º28.07%67.06%-
XYZ23.1122.3341.62-
YUV130.82150.67122.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.22%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=29.22%
G=30.17%
B=40.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231271710.280.2600.3323522.2257.65
Hex7B7FAB1C1A021eb163a
Octal17317725334320413532672
Binary1111011111111110101011111001101001000011110101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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