#7C7FAA

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

Shades of Ship Cove #7C7FAA

Tints of Ship Cove #7C7FAA

Color information

#7C7FAA (or 0x7C7FAA) is unknown color: approx Ship Cove. HEX triplet: 7C, 7F and AA. RGB value is (124,127,170). Sum of RGB (Red+Green+Blue) = 124+127+170=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C7FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7FAA is #838055. Grayscale: #828282. Windows color (decimal): -8618070 or 11173756. OLE color: 11173756.

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

Color convert

RGB124127170-
CMYK0.270.2500.33
HSL236.09º21.3%57.65%-
HSV(B)236.09º27.06%66.67%-
XYZ23.1622.3741.13-
YUV131150.01123-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.45%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=29.45%
G=30.17%
B=40.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241271700.270.2500.33236.0921.357.65
Hex7C7FAA1B19021ec153a
Octal17417725233310413542572
Binary1111100111111110101010110111100101000011110110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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